#052B39

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

Shades of Tangaroa #052B39

Tints of Tangaroa #052B39

Color information

#052B39 (or 0x052B39) is unknown color: approx Tangaroa. HEX triplet: 05, 2B and 39. RGB value is (5,43,57). Sum of RGB (Red+Green+Blue) = 5+43+57=105 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.76% from 105); Green value is 43 (17.19% from 255 or 40.95% from 105); Blue value is 57 (22.66% from 255 or 54.29% from 105); Max value from RGB is 57 - color contains mainly: blue. Hex color #052B39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052B39 is #FAD4C6. Grayscale: #212121. Windows color (decimal): -16438471 or 3746565. OLE color: 3746565.

HSL color Cylindrical-coordinate representation of color #052B39: hue angle of 196.15º 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 #052B39 is Cyan = 0.91, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB54357-
CMYK0.910.2500.78
HSL196.15º83.87%12.16%-
HSV(B)196.15º91.23%22.35%-
XYZ1.662.064.18-
YUV33.23141.41107.86-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.76%
GREEN value IS 43 (17.19% from 255) = 40.95%
BLUE value IS 57 (22.66% from 255) = 54.29%
R=4.76%
G=40.95%
B=54.29%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal543570.910.2500.78196.1583.8712.16
Hex52B395B1904Ec454c
Octal5537113331011630412414
Binary101101011111001101101111001010011101100010010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052B39; }

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

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

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

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

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

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

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

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