Html Css Color HEX #059575 Observatory

📋 copy color: '#059575'

red 5 ◦ green 149 ◦ blue 117

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

Shades of Observatory #059575

Tints of Observatory #059575

RGB

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

 GREEN value IS 149 (58.59% from 255) = 54.98%

 BLUE value IS 117 (46.09% from 255) = 43.17%

R = 1.85%
G = 54.98%
B = 43.17%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#059575 (or 0x059575) is known color: Observatory. HEX triplet: 05, 95 and 75. RGB value is (5,149,117). Sum of RGB (Red+Green+Blue) = 5+149+117=271 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.85% from 271); Green value is 149 (58.59% from 255 or 54.98% from 271); Blue value is 117 (46.09% from 255 or 43.17% from 271); Max value from RGB is 149 - color contains mainly: green. Hex color #059575 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #059575 is #FA6A8A. Grayscale: #666666. Windows color (decimal): -16411275 or 7705861. OLE color: 7705861.

HSL color Cylindrical-coordinate representation of color #059575: hue angle of 166.67º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059575 is Cyan = 0.97, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB 5 149 117 -
CMYK 0.97 0 0.21 0.42
HSL 166.67º 0.94% 0.3% -
HSV(B) 166.67º 0.97% 0.58% -
XYZ 14.02 22.81 20.49 -
YUV 102.3 136.29 58.6 -
System Red Green Blue C M Y K H S L
Decimal 5 149 117 0.97 0 0.21 0.42 166.67 0.94 0.3
Hex 5 95 75 61 0 15 2A A7 5E 1E
Octal 5 225 165 141 0 25 52 247 136 36
Binary 101 10010101 1110101 1100001 0 10101 101010 10100111 1011110 11110

Color Harmonies of #059575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059575

Black with #059575

Text Example


Text Example

White with #059575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #059575; }

 p { color: rgb(5,149,117); }

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

background-color css

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

 a { background-color: rgb(5,149,117); }

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

border-color css

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

 span { border-color: rgb(5,149,117); }

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