#052644

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

Shades of Tangaroa #052644

Tints of Tangaroa #052644

Color information

#052644 (or 0x052644) is unknown color: approx Tangaroa. HEX triplet: 05, 26 and 44. RGB value is (5,38,68). Sum of RGB (Red+Green+Blue) = 5+38+68=111 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.50% from 111); Green value is 38 (15.23% from 255 or 34.23% from 111); Blue value is 68 (26.95% from 255 or 61.26% from 111); Max value from RGB is 68 - color contains mainly: blue. Hex color #052644 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052644 is #FAD9BB. Grayscale: #1F1F1F. Windows color (decimal): -16439740 or 4466181. OLE color: 4466181.

HSL color Cylindrical-coordinate representation of color #052644: hue angle of 208.57º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #052644 is Cyan = 0.93, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB53868-
CMYK0.930.4400.73
HSL208.57º86.3%14.31%-
HSV(B)208.57º92.65%26.67%-
XYZ1.81.845.73-
YUV31.55148.57109.06-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.50%
GREEN value IS 38 (15.23% from 255) = 34.23%
BLUE value IS 68 (26.95% from 255) = 61.26%
R=4.50%
G=34.23%
B=61.26%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal538680.930.4400.73208.5786.314.31
Hex526445D2C049d156e
Octal54610413554011132112616
Binary10110011010001001011101101100010010011101000110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052644; }

 p { color: rgb(5,38,68); }

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

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

 a { background-color: rgb(5,38,68); }

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

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

 span { border-color: rgb(5,38,68); }

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