#052549

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

Shades of Tangaroa #052549

Tints of Tangaroa #052549

Color information

#052549 (or 0x052549) is unknown color: approx Tangaroa. HEX triplet: 05, 25 and 49. RGB value is (5,37,73). Sum of RGB (Red+Green+Blue) = 5+37+73=115 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.35% from 115); Green value is 37 (14.84% from 255 or 32.17% from 115); Blue value is 73 (28.91% from 255 or 63.48% from 115); Max value from RGB is 73 - color contains mainly: blue. Hex color #052549 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052549 is #FADAB6. Grayscale: #1F1F1F. Windows color (decimal): -16439991 or 4793605. OLE color: 4793605.

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

Color convert

RGB53773-
CMYK0.930.4900.71
HSL211.76º87.18%15.29%-
HSV(B)211.76º93.15%28.63%-
XYZ1.931.846.56-
YUV31.54151.4109.07-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.35%
GREEN value IS 37 (14.84% from 255) = 32.17%
BLUE value IS 73 (28.91% from 255) = 63.48%
R=4.35%
G=32.17%
B=63.48%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal537730.930.4900.71211.7687.1815.29
Hex525495D31047d457f
Octal54511113561010732412717
Binary10110010110010011011101110001010001111101010010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052549; }

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

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

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

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

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

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

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

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