#052841

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

Shades of Tangaroa #052841

Tints of Tangaroa #052841

Color information

#052841 (or 0x052841) is unknown color: approx Tangaroa. HEX triplet: 05, 28 and 41. RGB value is (5,40,65). Sum of RGB (Red+Green+Blue) = 5+40+65=110 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.55% from 110); Green value is 40 (16.02% from 255 or 36.36% from 110); Blue value is 65 (25.78% from 255 or 59.09% from 110); Max value from RGB is 65 - color contains mainly: blue. Hex color #052841 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052841 is #FAD7BE. Grayscale: #202020. Windows color (decimal): -16439231 or 4270085. OLE color: 4270085.

HSL color Cylindrical-coordinate representation of color #052841: hue angle of 205º 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 #052841 is Cyan = 0.92, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB54065-
CMYK0.920.3800.75
HSL205º85.71%13.73%-
HSV(B)205º92.31%25.49%-
XYZ1.781.935.28-
YUV32.38146.4108.47-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.55%
GREEN value IS 40 (16.02% from 255) = 36.36%
BLUE value IS 65 (25.78% from 255) = 59.09%
R=4.55%
G=36.36%
B=59.09%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal540650.920.3800.7520585.7113.73
Hex528415C2604Bcd56e
Octal55010113446011331512616
Binary10110100010000011011100100110010010111100110110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052841; }

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

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

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

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

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

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

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

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