Html Css Color HEX #058871 Observatory

📋 copy color: '#058871'

red 5 ◦ green 136 ◦ blue 113

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

Shades of Observatory #058871

Tints of Observatory #058871

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 44.49%

R = 1.97%
G = 53.54%
B = 44.49%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#058871 (or 0x058871) is known color: Observatory. HEX triplet: 05, 88 and 71. RGB value is (5,136,113). Sum of RGB (Red+Green+Blue) = 5+136+113=254 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.97% from 254); Green value is 136 (53.52% from 255 or 53.54% from 254); Blue value is 113 (44.53% from 255 or 44.49% from 254); Max value from RGB is 136 - color contains mainly: green. Hex color #058871 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058871 is #FA778E. Grayscale: #5E5E5E. Windows color (decimal): -16414607 or 7440389. OLE color: 7440389.

HSL color Cylindrical-coordinate representation of color #058871: hue angle of 169.47º 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 #058871 is Cyan = 0.96, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.47.

Color convert

RGB 5 136 113 -
CMYK 0.96 0 0.17 0.47
HSL 169.47º 0.93% 0.28% -
HSV(B) 169.47º 0.96% 0.53% -
XYZ 11.85 18.83 18.63 -
YUV 94.21 138.6 64.37 -
System Red Green Blue C M Y K H S L
Decimal 5 136 113 0.96 0 0.17 0.47 169.47 0.93 0.28
Hex 5 88 71 60 0 11 2F A9 5D 1C
Octal 5 210 161 140 0 21 57 251 135 34
Binary 101 10001000 1110001 1100000 0 10001 101111 10101001 1011101 11100

Color Harmonies of #058871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058871

Black with #058871

Text Example


Text Example

White with #058871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058871; }

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

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

background-color css

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

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

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

border-color css

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

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

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