#052444

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

Shades of Tangaroa #052444

Tints of Tangaroa #052444

Color information

#052444 (or 0x052444) is unknown color: approx Tangaroa. HEX triplet: 05, 24 and 44. RGB value is (5,36,68). Sum of RGB (Red+Green+Blue) = 5+36+68=109 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.59% from 109); Green value is 36 (14.45% from 255 or 33.03% from 109); Blue value is 68 (26.95% from 255 or 62.39% from 109); Max value from RGB is 68 - color contains mainly: blue. Hex color #052444 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052444 is #FADBBB. Grayscale: #1E1E1E. Windows color (decimal): -16440252 or 4465669. OLE color: 4465669.

HSL color Cylindrical-coordinate representation of color #052444: hue angle of 210.48º 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 #052444 is Cyan = 0.93, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB53668-
CMYK0.930.4700.73
HSL210.48º86.3%14.31%-
HSV(B)210.48º92.65%26.67%-
XYZ1.741.715.71-
YUV30.38149.23109.9-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.59%
GREEN value IS 36 (14.45% from 255) = 33.03%
BLUE value IS 68 (26.95% from 255) = 62.39%
R=4.59%
G=33.03%
B=62.39%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal536680.930.4700.73210.4886.314.31
Hex524445D2F049d256e
Octal54410413557011132212616
Binary10110010010001001011101101111010010011101001010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052444; }

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

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

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

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

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

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

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

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