Html Css Color HEX #052839 Tangaroa

📋 copy color: '#052839'

red 5 ◦ green 40 ◦ blue 57

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

Shades of Tangaroa #052839

Tints of Tangaroa #052839

RGB

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

 GREEN value IS 40 (16.02% from 255) = 39.22%

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

R = 4.9%
G = 39.22%
B = 55.88%

CMYK

 C value IS 0.91

 M value IS 0.30

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#052839 (or 0x052839) is known color: Tangaroa. HEX triplet: 05, 28 and 39. RGB value is (5,40,57). Sum of RGB (Red+Green+Blue) = 5+40+57=102 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.90% from 102); Green value is 40 (16.02% from 255 or 39.22% from 102); Blue value is 57 (22.66% from 255 or 55.88% from 102); Max value from RGB is 57 - color contains mainly: blue. Hex color #052839 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052839 is #FAD7C6. Grayscale: #1F1F1F. Windows color (decimal): -16439239 or 3745797. OLE color: 3745797.

HSL color Cylindrical-coordinate representation of color #052839: hue angle of 199.62º 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 #052839 is Cyan = 0.91, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 5 40 57 -
CMYK 0.91 0.30 0 0.78
HSL 199.62º 0.84% 0.12% -
HSV(B) 199.62º 0.91% 0.22% -
XYZ 1.56 1.85 4.14 -
YUV 31.47 142.4 109.12 -
System Red Green Blue C M Y K H S L
Decimal 5 40 57 0.91 0.30 0 0.78 199.62 0.84 0.12
Hex 5 28 39 5B 1E 0 4E C8 54 C
Octal 5 50 71 133 36 0 116 310 124 14
Binary 101 101000 111001 1011011 11110 0 1001110 11001000 1010100 1100

Color Harmonies of #052839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052839

Black with #052839

Text Example


Text Example

White with #052839

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052839; }

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

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

background-color css

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

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

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

border-color css

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

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

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