Html Css Color HEX #059574 Observatory

📋 copy color: '#059574'

red 5 ◦ green 149 ◦ blue 116

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

Shades of Observatory #059574

Tints of Observatory #059574

RGB

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

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

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

R = 1.85%
G = 55.19%
B = 42.96%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#059574 (or 0x059574) is known color: Observatory. HEX triplet: 05, 95 and 74. RGB value is (5,149,116). Sum of RGB (Red+Green+Blue) = 5+149+116=270 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.85% from 270); Green value is 149 (58.59% from 255 or 55.19% from 270); Blue value is 116 (45.70% from 255 or 42.96% from 270); Max value from RGB is 149 - color contains mainly: green. Hex color #059574 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #059574 is #FA6A8B. Grayscale: #666666. Windows color (decimal): -16411276 or 7640325. OLE color: 7640325.

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

Color convert

RGB 5 149 116 -
CMYK 0.97 0 0.22 0.42
HSL 166.25º 0.94% 0.3% -
HSV(B) 166.25º 0.97% 0.58% -
XYZ 13.96 22.79 20.19 -
YUV 102.18 135.79 58.68 -
System Red Green Blue C M Y K H S L
Decimal 5 149 116 0.97 0 0.22 0.42 166.25 0.94 0.3
Hex 5 95 74 61 0 16 2A A6 5E 1E
Octal 5 225 164 141 0 26 52 246 136 36
Binary 101 10010101 1110100 1100001 0 10110 101010 10100110 1011110 11110

Color Harmonies of #059574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059574

Black with #059574

Text Example


Text Example

White with #059574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #059574; }

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

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

background-color css

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

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

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

border-color css

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

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

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