#052739

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

Shades of Tangaroa #052739

Tints of Tangaroa #052739

Color information

#052739 (or 0x052739) is unknown color: approx Tangaroa. HEX triplet: 05, 27 and 39. RGB value is (5,39,57). Sum of RGB (Red+Green+Blue) = 5+39+57=101 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.95% from 101); Green value is 39 (15.62% from 255 or 38.61% from 101); Blue value is 57 (22.66% from 255 or 56.44% from 101); Max value from RGB is 57 - color contains mainly: blue. Hex color #052739 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052739 is #FAD8C6. Grayscale: #1E1E1E. Windows color (decimal): -16439495 or 3745541. OLE color: 3745541.

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

Color convert

RGB53957-
CMYK0.910.3200.78
HSL200.77º83.87%12.16%-
HSV(B)200.77º91.23%22.35%-
XYZ1.531.784.13-
YUV30.89142.74109.54-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.95%
GREEN value IS 39 (15.62% from 255) = 38.61%
BLUE value IS 57 (22.66% from 255) = 56.44%
R=4.95%
G=38.61%
B=56.44%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal539570.910.3200.78200.7783.8712.16
Hex527395B2004Ec954c
Octal5477113340011631112414
Binary1011001111110011011011100000010011101100100110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052739

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052739; }

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

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

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

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

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

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

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

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