Html Css Color HEX #059178 Observatory

📋 copy color: '#059178'

red 5 ◦ green 145 ◦ blue 120

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

Shades of Observatory #059178

Tints of Observatory #059178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 44.44%

R = 1.85%
G = 53.7%
B = 44.44%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.17

 K value IS 0.43

RGB Variations

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

Color information

#059178 (or 0x059178) is known color: Observatory. HEX triplet: 05, 91 and 78. RGB value is (5,145,120). Sum of RGB (Red+Green+Blue) = 5+145+120=270 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.85% from 270); Green value is 145 (57.03% from 255 or 53.70% from 270); Blue value is 120 (47.27% from 255 or 44.44% from 270); Max value from RGB is 145 - color contains mainly: green. Hex color #059178 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #059178 is #FA6E87. Grayscale: #646464. Windows color (decimal): -16412296 or 7901445. OLE color: 7901445.

HSL color Cylindrical-coordinate representation of color #059178: hue angle of 169.29º 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 #059178 is Cyan = 0.97, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.43.

Color convert

RGB 5 145 120 -
CMYK 0.97 0 0.17 0.43
HSL 169.29º 0.93% 0.29% -
HSV(B) 169.29º 0.97% 0.57% -
XYZ 13.58 21.64 21.23 -
YUV 100.29 139.12 60.03 -
System Red Green Blue C M Y K H S L
Decimal 5 145 120 0.97 0 0.17 0.43 169.29 0.93 0.29
Hex 5 91 78 61 0 11 2B A9 5D 1D
Octal 5 221 170 141 0 21 53 251 135 35
Binary 101 10010001 1111000 1100001 0 10001 101011 10101001 1011101 11101

Color Harmonies of #059178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059178

Black with #059178

Text Example


Text Example

White with #059178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #059178; }

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

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

background-color css

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

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

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

border-color css

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

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

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