#052947

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

Shades of Tangaroa #052947

Tints of Tangaroa #052947

Color information

#052947 (or 0x052947) is unknown color: approx Tangaroa. HEX triplet: 05, 29 and 47. RGB value is (5,41,71). Sum of RGB (Red+Green+Blue) = 5+41+71=117 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.27% from 117); Green value is 41 (16.41% from 255 or 35.04% from 117); Blue value is 71 (28.12% from 255 or 60.68% from 117); Max value from RGB is 71 - color contains mainly: blue. Hex color #052947 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052947 is #FAD6B8. Grayscale: #212121. Windows color (decimal): -16438969 or 4663557. OLE color: 4663557.

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

Color convert

RGB54171-
CMYK0.930.4200.72
HSL207.27º86.84%14.9%-
HSV(B)207.27º92.96%27.84%-
XYZ1.992.076.26-
YUV33.66149.07107.56-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.27%
GREEN value IS 41 (16.41% from 255) = 35.04%
BLUE value IS 71 (28.12% from 255) = 60.68%
R=4.27%
G=35.04%
B=60.68%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal541710.930.4200.72207.2786.8414.9
Hex529475D2A048cf57f
Octal55110713552011031712717
Binary10110100110001111011101101010010010001100111110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052947; }

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

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

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

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

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

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

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

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