Html Css Color HEX #059378 Observatory

📋 copy color: '#059378'

red 5 ◦ green 147 ◦ blue 120

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

Shades of Observatory #059378

Tints of Observatory #059378

RGB

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

 GREEN value IS 147 (57.81% from 255) = 54.04%

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

R = 1.84%
G = 54.04%
B = 44.12%

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

#059378 (or 0x059378) is known color: Observatory. HEX triplet: 05, 93 and 78. RGB value is (5,147,120). Sum of RGB (Red+Green+Blue) = 5+147+120=272 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.84% from 272); Green value is 147 (57.81% from 255 or 54.04% from 272); Blue value is 120 (47.27% from 255 or 44.12% from 272); Max value from RGB is 147 - color contains mainly: green. Hex color #059378 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #059378 is #FA6C87. Grayscale: #656565. Windows color (decimal): -16411784 or 7901957. OLE color: 7901957.

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

Color convert

RGB 5 147 120 -
CMYK 0.97 0 0.18 0.42
HSL 168.59º 0.93% 0.3% -
HSV(B) 168.59º 0.97% 0.58% -
XYZ 13.89 22.26 21.33 -
YUV 101.46 138.46 59.2 -
System Red Green Blue C M Y K H S L
Decimal 5 147 120 0.97 0 0.18 0.42 168.59 0.93 0.3
Hex 5 93 78 61 0 12 2A A9 5D 1E
Octal 5 223 170 141 0 22 52 251 135 36
Binary 101 10010011 1111000 1100001 0 10010 101010 10101001 1011101 11110

Color Harmonies of #059378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059378

Black with #059378

Text Example


Text Example

White with #059378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #059378; }

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

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

background-color css

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

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

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

border-color css

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

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

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