Html Css Color HEX #052539 Tangaroa

📋 copy color: '#052539'

red 5 ◦ green 37 ◦ blue 57

#052539
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tangaroa #052539

Tints of Tangaroa #052539

RGB

 RED value IS 5 (2.34% from 255) = 5.05%

 GREEN value IS 37 (14.84% from 255) = 37.37%

 BLUE value IS 57 (22.66% from 255) = 57.58%

R = 5.05%
G = 37.37%
B = 57.58%

CMYK

 C value IS 0.91

 M value IS 0.35

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#052539 (or 0x052539) is known color: Tangaroa. HEX triplet: 05, 25 and 39. RGB value is (5,37,57). Sum of RGB (Red+Green+Blue) = 5+37+57=99 (13% of max value = 765). Red value is 5 (2.34% from 255 or 5.05% from 99); Green value is 37 (14.84% from 255 or 37.37% from 99); Blue value is 57 (22.66% from 255 or 57.58% from 99); Max value from RGB is 57 - color contains mainly: blue. Hex color #052539 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052539 is #FADAC6. Grayscale: #1D1D1D. Windows color (decimal): -16440007 or 3745029. OLE color: 3745029.

HSL color Cylindrical-coordinate representation of color #052539: hue angle of 203.08º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #052539 is Cyan = 0.91, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 5 37 57 -
CMYK 0.91 0.35 0 0.78
HSL 203.08º 0.84% 0.12% -
HSV(B) 203.08º 0.91% 0.22% -
XYZ 1.46 1.65 4.11 -
YUV 29.71 143.4 110.37 -
System Red Green Blue C M Y K H S L
Decimal 5 37 57 0.91 0.35 0 0.78 203.08 0.84 0.12
Hex 5 25 39 5B 23 0 4E CB 54 C
Octal 5 45 71 133 43 0 116 313 124 14
Binary 101 100101 111001 1011011 100011 0 1001110 11001011 1010100 1100

Color Harmonies of #052539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052539

Black with #052539

Text Example


Text Example

White with #052539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052539; }

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

 H1.HeaderClassName
 {
   color: #052539;
 }
 .AnyTagClassName
 {
   color: #052539;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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