Html Css Color HEX #058966 Observatory

📋 copy color: '#058966'

red 5 ◦ green 137 ◦ blue 102

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

Shades of Observatory #058966

Tints of Observatory #058966

RGB

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

 GREEN value IS 137 (53.91% from 255) = 56.15%

 BLUE value IS 102 (40.23% from 255) = 41.8%

R = 2.05%
G = 56.15%
B = 41.8%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.26

 K value IS 0.46

RGB Variations

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

Color information

#058966 (or 0x058966) is known color: Observatory. HEX triplet: 05, 89 and 66. RGB value is (5,137,102). Sum of RGB (Red+Green+Blue) = 5+137+102=244 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.05% from 244); Green value is 137 (53.91% from 255 or 56.15% from 244); Blue value is 102 (40.23% from 255 or 41.80% from 244); Max value from RGB is 137 - color contains mainly: green. Hex color #058966 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058966 is #FA7699. Grayscale: #5D5D5D. Windows color (decimal): -16414362 or 6719749. OLE color: 6719749.

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

Color convert

RGB 5 137 102 -
CMYK 0.96 0 0.26 0.46
HSL 164.09º 0.93% 0.28% -
HSV(B) 164.09º 0.96% 0.54% -
XYZ 11.41 18.88 15.61 -
YUV 93.54 132.77 64.85 -
System Red Green Blue C M Y K H S L
Decimal 5 137 102 0.96 0 0.26 0.46 164.09 0.93 0.28
Hex 5 89 66 60 0 1A 2E A4 5D 1C
Octal 5 211 146 140 0 32 56 244 135 34
Binary 101 10001001 1100110 1100000 0 11010 101110 10100100 1011101 11100

Color Harmonies of #058966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058966

Black with #058966

Text Example


Text Example

White with #058966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058966; }

 p { color: rgb(5,137,102); }

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

background-color css

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

 a { background-color: rgb(5,137,102); }

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

border-color css

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

 span { border-color: rgb(5,137,102); }

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