Html Css Color HEX #058F6D Observatory

📋 copy color: '#058F6D'

red 5 ◦ green 143 ◦ blue 109

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

Shades of Observatory #058F6D

Tints of Observatory #058F6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 42.41%

R = 1.95%
G = 55.64%
B = 42.41%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.24

 K value IS 0.44

RGB Variations

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

Color information

#058F6D (or 0x058F6D) is known color: Observatory. HEX triplet: 05, 8F and 6D. RGB value is (5,143,109). Sum of RGB (Red+Green+Blue) = 5+143+109=257 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.95% from 257); Green value is 143 (56.25% from 255 or 55.64% from 257); Blue value is 109 (42.97% from 255 or 42.41% from 257); Max value from RGB is 143 - color contains mainly: green. Hex color #058F6D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058F6D is #FA7092. Grayscale: #616161. Windows color (decimal): -16412819 or 7180037. OLE color: 7180037.

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

Color convert

RGB 5 143 109 -
CMYK 0.97 0 0.24 0.44
HSL 165.22º 0.93% 0.29% -
HSV(B) 165.22º 0.97% 0.56% -
XYZ 12.65 20.78 17.81 -
YUV 97.86 134.28 61.76 -
System Red Green Blue C M Y K H S L
Decimal 5 143 109 0.97 0 0.24 0.44 165.22 0.93 0.29
Hex 5 8F 6D 61 0 18 2C A5 5D 1D
Octal 5 217 155 141 0 30 54 245 135 35
Binary 101 10001111 1101101 1100001 0 11000 101100 10100101 1011101 11101

Color Harmonies of #058F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058F6D

Black with #058F6D

Text Example


Text Example

White with #058F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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