Html Css Color HEX #058F6E Observatory

📋 copy color: '#058F6E'

red 5 ◦ green 143 ◦ blue 110

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

Shades of Observatory #058F6E

Tints of Observatory #058F6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 42.64%

R = 1.94%
G = 55.43%
B = 42.64%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.23

 K value IS 0.44

RGB Variations

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

Color information

#058F6E (or 0x058F6E) is known color: Observatory. HEX triplet: 05, 8F and 6E. RGB value is (5,143,110). Sum of RGB (Red+Green+Blue) = 5+143+110=258 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.94% from 258); Green value is 143 (56.25% from 255 or 55.43% from 258); Blue value is 110 (43.36% from 255 or 42.64% from 258); Max value from RGB is 143 - color contains mainly: green. Hex color #058F6E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058F6E is #FA7091. Grayscale: #616161. Windows color (decimal): -16412818 or 7245573. OLE color: 7245573.

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

Color convert

RGB 5 143 110 -
CMYK 0.97 0 0.23 0.44
HSL 165.65º 0.93% 0.29% -
HSV(B) 165.65º 0.97% 0.56% -
XYZ 12.7 20.8 18.1 -
YUV 97.98 134.78 61.68 -
System Red Green Blue C M Y K H S L
Decimal 5 143 110 0.97 0 0.23 0.44 165.65 0.93 0.29
Hex 5 8F 6E 61 0 17 2C A6 5D 1D
Octal 5 217 156 141 0 27 54 246 135 35
Binary 101 10001111 1101110 1100001 0 10111 101100 10100110 1011101 11101

Color Harmonies of #058F6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058F6E

Black with #058F6E

Text Example


Text Example

White with #058F6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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