#052846

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

Shades of Tangaroa #052846

Tints of Tangaroa #052846

Color information

#052846 (or 0x052846) is unknown color: approx Tangaroa. HEX triplet: 05, 28 and 46. RGB value is (5,40,70). Sum of RGB (Red+Green+Blue) = 5+40+70=115 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.35% from 115); Green value is 40 (16.02% from 255 or 34.78% from 115); Blue value is 70 (27.73% from 255 or 60.87% from 115); Max value from RGB is 70 - color contains mainly: blue. Hex color #052846 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052846 is #FAD7B9. Grayscale: #202020. Windows color (decimal): -16439226 or 4597765. OLE color: 4597765.

HSL color Cylindrical-coordinate representation of color #052846: hue angle of 207.69º 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 #052846 is Cyan = 0.93, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB54070-
CMYK0.930.4300.73
HSL207.69º86.67%14.71%-
HSV(B)207.69º92.86%27.45%-
XYZ1.931.996.08-
YUV32.96148.9108.06-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.35%
GREEN value IS 40 (16.02% from 255) = 34.78%
BLUE value IS 70 (27.73% from 255) = 60.87%
R=4.35%
G=34.78%
B=60.87%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal540700.930.4300.73207.6986.6714.71
Hex528465D2B049d057f
Octal55010613553011132012717
Binary10110100010001101011101101011010010011101000010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052846; }

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

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

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

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

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

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

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

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