Html Css Color HEX #059176 Observatory

📋 copy color: '#059176'

red 5 ◦ green 145 ◦ blue 118

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

Shades of Observatory #059176

Tints of Observatory #059176

RGB

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

 GREEN value IS 145 (57.03% from 255) = 54.1%

 BLUE value IS 118 (46.48% from 255) = 44.03%

R = 1.87%
G = 54.1%
B = 44.03%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.19

 K value IS 0.43

RGB Variations

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

Color information

#059176 (or 0x059176) is known color: Observatory. HEX triplet: 05, 91 and 76. RGB value is (5,145,118). Sum of RGB (Red+Green+Blue) = 5+145+118=268 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.87% from 268); Green value is 145 (57.03% from 255 or 54.10% from 268); Blue value is 118 (46.48% from 255 or 44.03% from 268); Max value from RGB is 145 - color contains mainly: green. Hex color #059176 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #059176 is #FA6E89. Grayscale: #646464. Windows color (decimal): -16412298 or 7770373. OLE color: 7770373.

HSL color Cylindrical-coordinate representation of color #059176: hue angle of 168.43º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059176 is Cyan = 0.97, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.43.

Color convert

RGB 5 145 118 -
CMYK 0.97 0 0.19 0.43
HSL 168.43º 0.93% 0.29% -
HSV(B) 168.43º 0.97% 0.57% -
XYZ 13.46 21.59 20.6 -
YUV 100.06 138.12 60.2 -
System Red Green Blue C M Y K H S L
Decimal 5 145 118 0.97 0 0.19 0.43 168.43 0.93 0.29
Hex 5 91 76 61 0 13 2B A8 5D 1D
Octal 5 221 166 141 0 23 53 250 135 35
Binary 101 10010001 1110110 1100001 0 10011 101011 10101000 1011101 11101

Color Harmonies of #059176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059176

Black with #059176

Text Example


Text Example

White with #059176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #059176; }

 p { color: rgb(5,145,118); }

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

background-color css

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

 a { background-color: rgb(5,145,118); }

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

border-color css

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

 span { border-color: rgb(5,145,118); }

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