#052946

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

Shades of Tangaroa #052946

Tints of Tangaroa #052946

Color information

#052946 (or 0x052946) is unknown color: approx Tangaroa. HEX triplet: 05, 29 and 46. RGB value is (5,41,70). Sum of RGB (Red+Green+Blue) = 5+41+70=116 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.31% from 116); Green value is 41 (16.41% from 255 or 35.34% from 116); Blue value is 70 (27.73% from 255 or 60.34% from 116); Max value from RGB is 70 - color contains mainly: blue. Hex color #052946 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052946 is #FAD6B9. Grayscale: #212121. Windows color (decimal): -16438970 or 4598021. OLE color: 4598021.

HSL color Cylindrical-coordinate representation of color #052946: hue angle of 206.77º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #052946 is Cyan = 0.93, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB54170-
CMYK0.930.4100.73
HSL206.77º86.67%14.71%-
HSV(B)206.77º92.86%27.45%-
XYZ1.962.066.09-
YUV33.54148.57107.64-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.31%
GREEN value IS 41 (16.41% from 255) = 35.34%
BLUE value IS 70 (27.73% from 255) = 60.34%
R=4.31%
G=35.34%
B=60.34%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal541700.930.4100.73206.7786.6714.71
Hex529465D29049cf57f
Octal55110613551011131712717
Binary10110100110001101011101101001010010011100111110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052946; }

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

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

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

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

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

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

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

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