#052941

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

Shades of Tangaroa #052941

Tints of Tangaroa #052941

Color information

#052941 (or 0x052941) is unknown color: approx Tangaroa. HEX triplet: 05, 29 and 41. RGB value is (5,41,65). Sum of RGB (Red+Green+Blue) = 5+41+65=111 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.50% from 111); Green value is 41 (16.41% from 255 or 36.94% from 111); Blue value is 65 (25.78% from 255 or 58.56% from 111); Max value from RGB is 65 - color contains mainly: blue. Hex color #052941 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052941 is #FAD6BE. Grayscale: #202020. Windows color (decimal): -16438975 or 4270341. OLE color: 4270341.

HSL color Cylindrical-coordinate representation of color #052941: hue angle of 204º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #052941 is Cyan = 0.92, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB54165-
CMYK0.920.3700.75
HSL204º85.71%13.73%-
HSV(B)204º92.31%25.49%-
XYZ1.8125.29-
YUV32.97146.07108.05-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.50%
GREEN value IS 41 (16.41% from 255) = 36.94%
BLUE value IS 65 (25.78% from 255) = 58.56%
R=4.50%
G=36.94%
B=58.56%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal541650.920.3700.7520485.7113.73
Hex529415C2504Bcc56e
Octal55110113445011331412616
Binary10110100110000011011100100101010010111100110010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052941; }

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

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

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

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

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

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

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

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