Html Css Color HEX #058F64 Observatory

📋 copy color: '#058F64'

red 5 ◦ green 143 ◦ blue 100

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

Shades of Observatory #058F64

Tints of Observatory #058F64

RGB

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

 GREEN value IS 143 (56.25% from 255) = 57.66%

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

R = 2.02%
G = 57.66%
B = 40.32%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.30

 K value IS 0.44

RGB Variations

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

Color information

#058F64 (or 0x058F64) is known color: Observatory. HEX triplet: 05, 8F and 64. RGB value is (5,143,100). Sum of RGB (Red+Green+Blue) = 5+143+100=248 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.02% from 248); Green value is 143 (56.25% from 255 or 57.66% from 248); Blue value is 100 (39.45% from 255 or 40.32% from 248); Max value from RGB is 143 - color contains mainly: green. Hex color #058F64 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058F64 is #FA709B. Grayscale: #606060. Windows color (decimal): -16412828 or 6590213. OLE color: 6590213.

HSL color Cylindrical-coordinate representation of color #058F64: hue angle of 161.3º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #058F64 is Cyan = 0.97, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.44.

Color convert

RGB 5 143 100 -
CMYK 0.97 0 0.30 0.44
HSL 161.3º 0.93% 0.29% -
HSV(B) 161.3º 0.97% 0.56% -
XYZ 12.19 20.6 15.39 -
YUV 96.84 129.78 62.5 -
System Red Green Blue C M Y K H S L
Decimal 5 143 100 0.97 0 0.30 0.44 161.3 0.93 0.29
Hex 5 8F 64 61 0 1E 2C A1 5D 1D
Octal 5 217 144 141 0 36 54 241 135 35
Binary 101 10001111 1100100 1100001 0 11110 101100 10100001 1011101 11101

Color Harmonies of #058F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058F64

Black with #058F64

Text Example


Text Example

White with #058F64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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