#052845

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

Shades of Tangaroa #052845

Tints of Tangaroa #052845

Color information

#052845 (or 0x052845) is unknown color: approx Tangaroa. HEX triplet: 05, 28 and 45. RGB value is (5,40,69). Sum of RGB (Red+Green+Blue) = 5+40+69=114 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.39% from 114); Green value is 40 (16.02% from 255 or 35.09% from 114); Blue value is 69 (27.34% from 255 or 60.53% from 114); Max value from RGB is 69 - color contains mainly: blue. Hex color #052845 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052845 is #FAD7BA. Grayscale: #202020. Windows color (decimal): -16439227 or 4532229. OLE color: 4532229.

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

Color convert

RGB54069-
CMYK0.930.4200.73
HSL207.19º86.49%14.51%-
HSV(B)207.19º92.75%27.06%-
XYZ1.91.985.91-
YUV32.84148.4108.14-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.39%
GREEN value IS 40 (16.02% from 255) = 35.09%
BLUE value IS 69 (27.34% from 255) = 60.53%
R=4.39%
G=35.09%
B=60.53%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal540690.930.4200.73207.1986.4914.51
Hex528455D2A049cf56f
Octal55010513552011131712617
Binary10110100010001011011101101010010010011100111110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052845; }

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

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

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

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

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

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

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

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