Html Css Color HEX #058967 Observatory

📋 copy color: '#058967'

red 5 ◦ green 137 ◦ blue 103

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

Shades of Observatory #058967

Tints of Observatory #058967

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 42.04%

R = 2.04%
G = 55.92%
B = 42.04%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.25

 K value IS 0.46

RGB Variations

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

Color information

#058967 (or 0x058967) is known color: Observatory. HEX triplet: 05, 89 and 67. RGB value is (5,137,103). Sum of RGB (Red+Green+Blue) = 5+137+103=245 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.04% from 245); Green value is 137 (53.91% from 255 or 55.92% from 245); Blue value is 103 (40.62% from 255 or 42.04% from 245); Max value from RGB is 137 - color contains mainly: green. Hex color #058967 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058967 is #FA7698. Grayscale: #5D5D5D. Windows color (decimal): -16414361 or 6785285. OLE color: 6785285.

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

Color convert

RGB 5 137 103 -
CMYK 0.96 0 0.25 0.46
HSL 164.55º 0.93% 0.28% -
HSV(B) 164.55º 0.96% 0.54% -
XYZ 11.46 18.9 15.88 -
YUV 93.66 133.27 64.76 -
System Red Green Blue C M Y K H S L
Decimal 5 137 103 0.96 0 0.25 0.46 164.55 0.93 0.28
Hex 5 89 67 60 0 19 2E A5 5D 1C
Octal 5 211 147 140 0 31 56 245 135 34
Binary 101 10001001 1100111 1100000 0 11001 101110 10100101 1011101 11100

Color Harmonies of #058967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058967

Black with #058967

Text Example


Text Example

White with #058967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058967; }

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

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

background-color css

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

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

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

border-color css

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

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

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