#052548

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

Shades of Tangaroa #052548

Tints of Tangaroa #052548

Color information

#052548 (or 0x052548) is unknown color: approx Tangaroa. HEX triplet: 05, 25 and 48. RGB value is (5,37,72). Sum of RGB (Red+Green+Blue) = 5+37+72=114 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.39% from 114); Green value is 37 (14.84% from 255 or 32.46% from 114); Blue value is 72 (28.52% from 255 or 63.16% from 114); Max value from RGB is 72 - color contains mainly: blue. Hex color #052548 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052548 is #FADAB7. Grayscale: #1F1F1F. Windows color (decimal): -16439992 or 4728069. OLE color: 4728069.

HSL color Cylindrical-coordinate representation of color #052548: hue angle of 211.34º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #052548 is Cyan = 0.93, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB53772-
CMYK0.930.4900.72
HSL211.34º87.01%15.1%-
HSV(B)211.34º93.06%28.24%-
XYZ1.891.826.38-
YUV31.42150.9109.15-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.39%
GREEN value IS 37 (14.84% from 255) = 32.46%
BLUE value IS 72 (28.52% from 255) = 63.16%
R=4.39%
G=32.46%
B=63.16%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal537720.930.4900.72211.3487.0115.1
Hex525485D31048d357f
Octal54511013561011032312717
Binary10110010110010001011101110001010010001101001110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052548; }

 p { color: rgb(5,37,72); }

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

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

 a { background-color: rgb(5,37,72); }

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

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

 span { border-color: rgb(5,37,72); }

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