#052847

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

Shades of Tangaroa #052847

Tints of Tangaroa #052847

Color information

#052847 (or 0x052847) is unknown color: approx Tangaroa. HEX triplet: 05, 28 and 47. RGB value is (5,40,71). Sum of RGB (Red+Green+Blue) = 5+40+71=116 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.31% from 116); Green value is 40 (16.02% from 255 or 34.48% from 116); Blue value is 71 (28.12% from 255 or 61.21% from 116); Max value from RGB is 71 - color contains mainly: blue. Hex color #052847 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052847 is #FAD7B8. Grayscale: #202020. Windows color (decimal): -16439225 or 4663301. OLE color: 4663301.

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

Color convert

RGB54071-
CMYK0.930.4400.72
HSL208.18º86.84%14.9%-
HSV(B)208.18º92.96%27.84%-
XYZ1.9626.24-
YUV33.07149.4107.98-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.31%
GREEN value IS 40 (16.02% from 255) = 34.48%
BLUE value IS 71 (28.12% from 255) = 61.21%
R=4.31%
G=34.48%
B=61.21%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal540710.930.4400.72208.1886.8414.9
Hex528475D2C048d057f
Octal55010713554011032012717
Binary10110100010001111011101101100010010001101000010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052847; }

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

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

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

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

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

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

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

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