Html Css Color HEX #059174 Observatory

📋 copy color: '#059174'

red 5 ◦ green 145 ◦ blue 116

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

Shades of Observatory #059174

Tints of Observatory #059174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 43.61%

R = 1.88%
G = 54.51%
B = 43.61%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.2

 K value IS 0.43

RGB Variations

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

Color information

#059174 (or 0x059174) is known color: Observatory. HEX triplet: 05, 91 and 74. RGB value is (5,145,116). Sum of RGB (Red+Green+Blue) = 5+145+116=266 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.88% from 266); Green value is 145 (57.03% from 255 or 54.51% from 266); Blue value is 116 (45.70% from 255 or 43.61% from 266); Max value from RGB is 145 - color contains mainly: green. Hex color #059174 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #059174 is #FA6E8B. Grayscale: #636363. Windows color (decimal): -16412300 or 7639301. OLE color: 7639301.

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

Color convert

RGB 5 145 116 -
CMYK 0.97 0 0.2 0.43
HSL 167.57º 0.93% 0.29% -
HSV(B) 167.57º 0.97% 0.57% -
XYZ 13.34 21.54 19.98 -
YUV 99.83 137.12 60.36 -
System Red Green Blue C M Y K H S L
Decimal 5 145 116 0.97 0 0.2 0.43 167.57 0.93 0.29
Hex 5 91 74 61 0 14 2B A8 5D 1D
Octal 5 221 164 141 0 24 53 250 135 35
Binary 101 10010001 1110100 1100001 0 10100 101011 10101000 1011101 11101

Color Harmonies of #059174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059174

Black with #059174

Text Example


Text Example

White with #059174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #059174; }

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

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

background-color css

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

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

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

border-color css

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

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

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