Html Css Color HEX #059479 Observatory

📋 copy color: '#059479'

red 5 ◦ green 148 ◦ blue 121

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

Shades of Observatory #059479

Tints of Observatory #059479

RGB

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

 GREEN value IS 148 (58.2% from 255) = 54.01%

 BLUE value IS 121 (47.66% from 255) = 44.16%

R = 1.82%
G = 54.01%
B = 44.16%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#059479 (or 0x059479) is known color: Observatory. HEX triplet: 05, 94 and 79. RGB value is (5,148,121). Sum of RGB (Red+Green+Blue) = 5+148+121=274 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.82% from 274); Green value is 148 (58.20% from 255 or 54.01% from 274); Blue value is 121 (47.66% from 255 or 44.16% from 274); Max value from RGB is 148 - color contains mainly: green. Hex color #059479 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #059479 is #FA6B86. Grayscale: #666666. Windows color (decimal): -16411527 or 7967749. OLE color: 7967749.

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

Color convert

RGB 5 148 121 -
CMYK 0.97 0 0.18 0.42
HSL 168.67º 0.93% 0.3% -
HSV(B) 168.67º 0.97% 0.58% -
XYZ 14.1 22.59 21.71 -
YUV 102.17 138.62 58.7 -
System Red Green Blue C M Y K H S L
Decimal 5 148 121 0.97 0 0.18 0.42 168.67 0.93 0.3
Hex 5 94 79 61 0 12 2A A9 5D 1E
Octal 5 224 171 141 0 22 52 251 135 36
Binary 101 10010100 1111001 1100001 0 10010 101010 10101001 1011101 11110

Color Harmonies of #059479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059479

Black with #059479

Text Example


Text Example

White with #059479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #059479; }

 p { color: rgb(5,148,121); }

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

background-color css

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

 a { background-color: rgb(5,148,121); }

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

border-color css

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

 span { border-color: rgb(5,148,121); }

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