#160551

Color #160551 Paua (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paua #160551

Tints of Paua #160551

Color information

#160551 (or 0x160551) is unknown color: approx Paua. HEX triplet: 16, 05 and 51. RGB value is (22,5,81). Sum of RGB (Red+Green+Blue) = 22+5+81=108 (14% of max value = 765). Red value is 22 (8.98% from 255 or 20.37% from 108); Green value is 5 (2.34% from 255 or 4.63% from 108); Blue value is 81 (32.03% from 255 or 75% from 108); Max value from RGB is 81 - color contains mainly: blue. Hex color #160551 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #160551 is #E9FAAE. Grayscale: #121212. Windows color (decimal): -15334063 or 5309718. OLE color: 5309718.

HSL color Cylindrical-coordinate representation of color #160551: hue angle of 253.42º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #160551 is Cyan = 0.73, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB22581-
CMYK0.730.9400.68
HSL253.42º88.37%16.86%-
HSV(B)253.42º93.83%31.76%-
XYZ1.870.877.85-
YUV18.75163.13130.32-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 22 (8.98% from 255) = 20.37%
GREEN value IS 5 (2.34% from 255) = 4.63%
BLUE value IS 81 (32.03% from 255) = 75%
R=20.37%
G=4.63%
B=75%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal225810.730.9400.68253.4288.3716.86
Hex16551495E044fd5811
Octal265121111136010437513021
Binary101101011010001100100110111100100010011111101101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #160551; }

 p { color: rgb(22,5,81); }

 H1.HeaderClassName
 {
   color: #160551;
 }
 .AnyTagClassName
 {
   color: #160551;
 }
</style>
background-color css

<style>
 a { background-color: #160551; }

 a { background-color: rgb(22,5,81); }

 div.DivClassName
 {
   background-color: #160551;
 }
 .BgClassName
 {
   background-color: #160551;
 }
</style>
border-color css

<style>
 span { border-color: #160551; }

 span { border-color: rgb(22,5,81); }

 td.TdClassName
 {
   border-color: #160551;
 }
 .TagClassName
 {
   border-color: #160551;
 }
</style>