#052940

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

Shades of Tangaroa #052940

Tints of Tangaroa #052940

Color information

#052940 (or 0x052940) is unknown color: approx Tangaroa. HEX triplet: 05, 29 and 40. RGB value is (5,41,64). Sum of RGB (Red+Green+Blue) = 5+41+64=110 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.55% from 110); Green value is 41 (16.41% from 255 or 37.27% from 110); Blue value is 64 (25.39% from 255 or 58.18% from 110); Max value from RGB is 64 - color contains mainly: blue. Hex color #052940 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052940 is #FAD6BF. Grayscale: #202020. Windows color (decimal): -16438976 or 4204805. OLE color: 4204805.

HSL color Cylindrical-coordinate representation of color #052940: hue angle of 203.39º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #052940 is Cyan = 0.92, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB54164-
CMYK0.920.3600.75
HSL203.39º85.51%13.53%-
HSV(B)203.39º92.19%25.1%-
XYZ1.781.995.14-
YUV32.86145.57108.13-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.55%
GREEN value IS 41 (16.41% from 255) = 37.27%
BLUE value IS 64 (25.39% from 255) = 58.18%
R=4.55%
G=37.27%
B=58.18%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal541640.920.3600.75203.3985.5113.53
Hex529405C2404Bcb56e
Octal55110013444011331312616
Binary10110100110000001011100100100010010111100101110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052940; }

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

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

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

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

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

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

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

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