#052540

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

Shades of Tangaroa #052540

Tints of Tangaroa #052540

Color information

#052540 (or 0x052540) is unknown color: approx Tangaroa. HEX triplet: 05, 25 and 40. RGB value is (5,37,64). Sum of RGB (Red+Green+Blue) = 5+37+64=106 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.72% from 106); Green value is 37 (14.84% from 255 or 34.91% from 106); Blue value is 64 (25.39% from 255 or 60.38% from 106); Max value from RGB is 64 - color contains mainly: blue. Hex color #052540 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052540 is #FADABF. Grayscale: #1E1E1E. Windows color (decimal): -16440000 or 4203781. OLE color: 4203781.

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

Color convert

RGB53764-
CMYK0.920.4200.75
HSL207.46º85.51%13.53%-
HSV(B)207.46º92.19%25.1%-
XYZ1.651.735.1-
YUV30.51146.9109.8-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.72%
GREEN value IS 37 (14.84% from 255) = 34.91%
BLUE value IS 64 (25.39% from 255) = 60.38%
R=4.72%
G=34.91%
B=60.38%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal537640.920.4200.75207.4685.5113.53
Hex525405C2A04Bcf56e
Octal54510013452011331712616
Binary10110010110000001011100101010010010111100111110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052540; }

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

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

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

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

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

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

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

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