#052539

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

Shades of Tangaroa #052539

Tints of Tangaroa #052539

Color information

#052539 (or 0x052539) is unknown color: approx Tangaroa. HEX triplet: 05, 25 and 39. RGB value is (5,37,57). Sum of RGB (Red+Green+Blue) = 5+37+57=99 (13% of max value = 765). Red value is 5 (2.34% from 255 or 5.05% from 99); Green value is 37 (14.84% from 255 or 37.37% from 99); Blue value is 57 (22.66% from 255 or 57.58% from 99); Max value from RGB is 57 - color contains mainly: blue. Hex color #052539 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052539 is #FADAC6. Grayscale: #1D1D1D. Windows color (decimal): -16440007 or 3745029. OLE color: 3745029.

HSL color Cylindrical-coordinate representation of color #052539: hue angle of 203.08º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #052539 is Cyan = 0.91, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB53757-
CMYK0.910.3500.78
HSL203.08º83.87%12.16%-
HSV(B)203.08º91.23%22.35%-
XYZ1.461.654.11-
YUV29.71143.4110.37-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.05%
GREEN value IS 37 (14.84% from 255) = 37.37%
BLUE value IS 57 (22.66% from 255) = 57.58%
R=5.05%
G=37.37%
B=57.58%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal537570.910.3500.78203.0883.8712.16
Hex525395B2304Ecb54c
Octal5457113343011631312414
Binary1011001011110011011011100011010011101100101110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052539; }

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

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

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

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

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

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

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

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