Html Css Color HEX #058873 Observatory

📋 copy color: '#058873'

red 5 ◦ green 136 ◦ blue 115

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

Shades of Observatory #058873

Tints of Observatory #058873

RGB

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

 GREEN value IS 136 (53.52% from 255) = 53.13%

 BLUE value IS 115 (45.31% from 255) = 44.92%

R = 1.95%
G = 53.13%
B = 44.92%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#058873 (or 0x058873) is known color: Observatory. HEX triplet: 05, 88 and 73. RGB value is (5,136,115). Sum of RGB (Red+Green+Blue) = 5+136+115=256 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.95% from 256); Green value is 136 (53.52% from 255 or 53.12% from 256); Blue value is 115 (45.31% from 255 or 44.92% from 256); Max value from RGB is 136 - color contains mainly: green. Hex color #058873 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058873 is #FA778C. Grayscale: #5E5E5E. Windows color (decimal): -16414605 or 7571461. OLE color: 7571461.

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

Color convert

RGB 5 136 115 -
CMYK 0.96 0 0.15 0.47
HSL 170.38º 0.93% 0.28% -
HSV(B) 170.38º 0.96% 0.53% -
XYZ 11.96 18.88 19.23 -
YUV 94.44 139.6 64.21 -
System Red Green Blue C M Y K H S L
Decimal 5 136 115 0.96 0 0.15 0.47 170.38 0.93 0.28
Hex 5 88 73 60 0 F 2F AA 5D 1C
Octal 5 210 163 140 0 17 57 252 135 34
Binary 101 10001000 1110011 1100000 0 1111 101111 10101010 1011101 11100

Color Harmonies of #058873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058873

Black with #058873

Text Example


Text Example

White with #058873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058873; }

 p { color: rgb(5,136,115); }

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

background-color css

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

 a { background-color: rgb(5,136,115); }

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

border-color css

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

 span { border-color: rgb(5,136,115); }

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