Html Css Color HEX #058C64 Observatory

📋 copy color: '#058C64'

red 5 ◦ green 140 ◦ blue 100

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

Shades of Observatory #058C64

Tints of Observatory #058C64

RGB

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

 GREEN value IS 140 (55.08% from 255) = 57.14%

 BLUE value IS 100 (39.45% from 255) = 40.82%

R = 2.04%
G = 57.14%
B = 40.82%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.29

 K value IS 0.45

RGB Variations

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

Color information

#058C64 (or 0x058C64) is known color: Observatory. HEX triplet: 05, 8C and 64. RGB value is (5,140,100). Sum of RGB (Red+Green+Blue) = 5+140+100=245 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.04% from 245); Green value is 140 (55.08% from 255 or 57.14% from 245); Blue value is 100 (39.45% from 255 or 40.82% from 245); Max value from RGB is 140 - color contains mainly: green. Hex color #058C64 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058C64 is #FA739B. Grayscale: #5F5F5F. Windows color (decimal): -16413596 or 6589445. OLE color: 6589445.

HSL color Cylindrical-coordinate representation of color #058C64: hue angle of 162.22º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058C64 is Cyan = 0.96, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.45.

Color convert

RGB 5 140 100 -
CMYK 0.96 0 0.29 0.45
HSL 162.22º 0.93% 0.28% -
HSV(B) 162.22º 0.96% 0.55% -
XYZ 11.74 19.71 15.24 -
YUV 95.08 130.77 63.75 -
System Red Green Blue C M Y K H S L
Decimal 5 140 100 0.96 0 0.29 0.45 162.22 0.93 0.28
Hex 5 8C 64 60 0 1D 2D A2 5D 1C
Octal 5 214 144 140 0 35 55 242 135 34
Binary 101 10001100 1100100 1100000 0 11101 101101 10100010 1011101 11100

Color Harmonies of #058C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058C64

Black with #058C64

Text Example


Text Example

White with #058C64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058C64; }

 p { color: rgb(5,140,100); }

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

background-color css

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

 a { background-color: rgb(5,140,100); }

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

border-color css

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

 span { border-color: rgb(5,140,100); }

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