Html Css Color HEX #059074 Observatory

📋 copy color: '#059074'

red 5 ◦ green 144 ◦ blue 116

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

Shades of Observatory #059074

Tints of Observatory #059074

RGB

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

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

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

R = 1.89%
G = 54.34%
B = 43.77%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.19

 K value IS 0.44

RGB Variations

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

Color information

#059074 (or 0x059074) is known color: Observatory. HEX triplet: 05, 90 and 74. RGB value is (5,144,116). Sum of RGB (Red+Green+Blue) = 5+144+116=265 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.89% from 265); Green value is 144 (56.64% from 255 or 54.34% from 265); Blue value is 116 (45.70% from 255 or 43.77% from 265); Max value from RGB is 144 - color contains mainly: green. Hex color #059074 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #059074 is #FA6F8B. Grayscale: #636363. Windows color (decimal): -16412556 or 7639045. OLE color: 7639045.

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

Color convert

RGB 5 144 116 -
CMYK 0.97 0 0.19 0.44
HSL 167.91º 0.93% 0.29% -
HSV(B) 167.91º 0.97% 0.56% -
XYZ 13.19 21.24 19.93 -
YUV 99.25 137.45 60.78 -
System Red Green Blue C M Y K H S L
Decimal 5 144 116 0.97 0 0.19 0.44 167.91 0.93 0.29
Hex 5 90 74 61 0 13 2C A8 5D 1D
Octal 5 220 164 141 0 23 54 250 135 35
Binary 101 10010000 1110100 1100001 0 10011 101100 10101000 1011101 11101

Color Harmonies of #059074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059074

Black with #059074

Text Example


Text Example

White with #059074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #059074; }

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

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

background-color css

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

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

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

border-color css

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

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

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