#052939

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

Shades of Tangaroa #052939

Tints of Tangaroa #052939

Color information

#052939 (or 0x052939) is unknown color: approx Tangaroa. HEX triplet: 05, 29 and 39. RGB value is (5,41,57). Sum of RGB (Red+Green+Blue) = 5+41+57=103 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.85% from 103); Green value is 41 (16.41% from 255 or 39.81% from 103); Blue value is 57 (22.66% from 255 or 55.34% from 103); Max value from RGB is 57 - color contains mainly: blue. Hex color #052939 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052939 is #FAD6C6. Grayscale: #1F1F1F. Windows color (decimal): -16438983 or 3746053. OLE color: 3746053.

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

Color convert

RGB54157-
CMYK0.910.2800.78
HSL198.46º83.87%12.16%-
HSV(B)198.46º91.23%22.35%-
XYZ1.591.914.16-
YUV32.06142.07108.7-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.85%
GREEN value IS 41 (16.41% from 255) = 39.81%
BLUE value IS 57 (22.66% from 255) = 55.34%
R=4.85%
G=39.81%
B=55.34%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal541570.910.2800.78198.4683.8712.16
Hex529395B1C04Ec654c
Octal5517113334011630612414
Binary101101001111001101101111100010011101100011010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052939; }

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

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

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

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

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

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

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

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