Html Css Color HEX #059078 Observatory

📋 copy color: '#059078'

red 5 ◦ green 144 ◦ blue 120

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

Shades of Observatory #059078

Tints of Observatory #059078

RGB

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

 GREEN value IS 144 (56.64% from 255) = 53.53%

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

R = 1.86%
G = 53.53%
B = 44.61%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.17

 K value IS 0.44

RGB Variations

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

Color information

#059078 (or 0x059078) is known color: Observatory. HEX triplet: 05, 90 and 78. RGB value is (5,144,120). Sum of RGB (Red+Green+Blue) = 5+144+120=269 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.86% from 269); Green value is 144 (56.64% from 255 or 53.53% from 269); Blue value is 120 (47.27% from 255 or 44.61% from 269); Max value from RGB is 144 - color contains mainly: green. Hex color #059078 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #059078 is #FA6F87. Grayscale: #636363. Windows color (decimal): -16412552 or 7901189. OLE color: 7901189.

HSL color Cylindrical-coordinate representation of color #059078: hue angle of 169.64º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059078 is Cyan = 0.97, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.44.

Color convert

RGB 5 144 120 -
CMYK 0.97 0 0.17 0.44
HSL 169.64º 0.93% 0.29% -
HSV(B) 169.64º 0.97% 0.56% -
XYZ 13.43 21.33 21.18 -
YUV 99.7 139.45 60.45 -
System Red Green Blue C M Y K H S L
Decimal 5 144 120 0.97 0 0.17 0.44 169.64 0.93 0.29
Hex 5 90 78 61 0 11 2C AA 5D 1D
Octal 5 220 170 141 0 21 54 252 135 35
Binary 101 10010000 1111000 1100001 0 10001 101100 10101010 1011101 11101

Color Harmonies of #059078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059078

Black with #059078

Text Example


Text Example

White with #059078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #059078; }

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

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

background-color css

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

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

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

border-color css

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

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

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