Html Css Color HEX #058776 Observatory

📋 copy color: '#058776'

red 5 ◦ green 135 ◦ blue 118

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

Shades of Observatory #058776

Tints of Observatory #058776

RGB

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

 GREEN value IS 135 (53.13% from 255) = 52.33%

 BLUE value IS 118 (46.48% from 255) = 45.74%

R = 1.94%
G = 52.33%
B = 45.74%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#058776 (or 0x058776) is known color: Observatory. HEX triplet: 05, 87 and 76. RGB value is (5,135,118). Sum of RGB (Red+Green+Blue) = 5+135+118=258 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.94% from 258); Green value is 135 (53.12% from 255 or 52.33% from 258); Blue value is 118 (46.48% from 255 or 45.74% from 258); Max value from RGB is 135 - color contains mainly: green. Hex color #058776 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058776 is #FA7889. Grayscale: #5E5E5E. Windows color (decimal): -16414858 or 7767813. OLE color: 7767813.

HSL color Cylindrical-coordinate representation of color #058776: hue angle of 172.15º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058776 is Cyan = 0.96, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB 5 135 118 -
CMYK 0.96 0 0.13 0.47
HSL 172.15º 0.93% 0.27% -
HSV(B) 172.15º 0.96% 0.53% -
XYZ 12 18.67 20.11 -
YUV 94.19 141.43 64.38 -
System Red Green Blue C M Y K H S L
Decimal 5 135 118 0.96 0 0.13 0.47 172.15 0.93 0.27
Hex 5 87 76 60 0 D 2F AC 5D 1B
Octal 5 207 166 140 0 15 57 254 135 33
Binary 101 10000111 1110110 1100000 0 1101 101111 10101100 1011101 11011

Color Harmonies of #058776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058776

Black with #058776

Text Example


Text Example

White with #058776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058776; }

 p { color: rgb(5,135,118); }

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

background-color css

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

 a { background-color: rgb(5,135,118); }

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

border-color css

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

 span { border-color: rgb(5,135,118); }

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