Html Css Color HEX #058F73 Observatory

📋 copy color: '#058F73'

red 5 ◦ green 143 ◦ blue 115

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

Shades of Observatory #058F73

Tints of Observatory #058F73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 43.73%

R = 1.9%
G = 54.37%
B = 43.73%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.20

 K value IS 0.44

RGB Variations

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

Color information

#058F73 (or 0x058F73) is known color: Observatory. HEX triplet: 05, 8F and 73. RGB value is (5,143,115). Sum of RGB (Red+Green+Blue) = 5+143+115=263 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.90% from 263); Green value is 143 (56.25% from 255 or 54.37% from 263); Blue value is 115 (45.31% from 255 or 43.73% from 263); Max value from RGB is 143 - color contains mainly: green. Hex color #058F73 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058F73 is #FA708C. Grayscale: #626262. Windows color (decimal): -16412813 or 7573253. OLE color: 7573253.

HSL color Cylindrical-coordinate representation of color #058F73: hue angle of 167.83º 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 #058F73 is Cyan = 0.97, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.44.

Color convert

RGB 5 143 115 -
CMYK 0.97 0 0.20 0.44
HSL 167.83º 0.93% 0.29% -
HSV(B) 167.83º 0.97% 0.56% -
XYZ 12.98 20.91 19.57 -
YUV 98.55 137.28 61.28 -
System Red Green Blue C M Y K H S L
Decimal 5 143 115 0.97 0 0.20 0.44 167.83 0.93 0.29
Hex 5 8F 73 61 0 14 2C A8 5D 1D
Octal 5 217 163 141 0 24 54 250 135 35
Binary 101 10001111 1110011 1100001 0 10100 101100 10101000 1011101 11101

Color Harmonies of #058F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058F73

Black with #058F73

Text Example


Text Example

White with #058F73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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