Html Css Color HEX #058862 Observatory

📋 copy color: '#058862'

red 5 ◦ green 136 ◦ blue 98

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

Shades of Observatory #058862

Tints of Observatory #058862

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 41%

R = 2.09%
G = 56.9%
B = 41%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.28

 K value IS 0.47

RGB Variations

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

Color information

#058862 (or 0x058862) is known color: Observatory. HEX triplet: 05, 88 and 62. RGB value is (5,136,98). Sum of RGB (Red+Green+Blue) = 5+136+98=239 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.09% from 239); Green value is 136 (53.52% from 255 or 56.90% from 239); Blue value is 98 (38.67% from 255 or 41.00% from 239); Max value from RGB is 136 - color contains mainly: green. Hex color #058862 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058862 is #FA779D. Grayscale: #5C5C5C. Windows color (decimal): -16414622 or 6457349. OLE color: 6457349.

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

Color convert

RGB 5 136 98 -
CMYK 0.96 0 0.28 0.47
HSL 162.6º 0.93% 0.28% -
HSV(B) 162.6º 0.96% 0.53% -
XYZ 11.07 18.52 14.55 -
YUV 92.5 131.1 65.59 -
System Red Green Blue C M Y K H S L
Decimal 5 136 98 0.96 0 0.28 0.47 162.6 0.93 0.28
Hex 5 88 62 60 0 1C 2F A3 5D 1C
Octal 5 210 142 140 0 34 57 243 135 34
Binary 101 10001000 1100010 1100000 0 11100 101111 10100011 1011101 11100

Color Harmonies of #058862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058862

Black with #058862

Text Example


Text Example

White with #058862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058862; }

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

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

background-color css

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

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

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

border-color css

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

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

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