Html Css Color HEX #058D7D Observatory

📋 copy color: '#058D7D'

red 5 ◦ green 141 ◦ blue 125

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

Shades of Observatory #058D7D

Tints of Observatory #058D7D

RGB

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

 GREEN value IS 141 (55.47% from 255) = 52.03%

 BLUE value IS 125 (49.22% from 255) = 46.13%

R = 1.85%
G = 52.03%
B = 46.13%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.11

 K value IS 0.45

RGB Variations

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

Color information

#058D7D (or 0x058D7D) is known color: Observatory. HEX triplet: 05, 8D and 7D. RGB value is (5,141,125). Sum of RGB (Red+Green+Blue) = 5+141+125=271 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.85% from 271); Green value is 141 (55.47% from 255 or 52.03% from 271); Blue value is 125 (49.22% from 255 or 46.13% from 271); Max value from RGB is 141 - color contains mainly: green. Hex color #058D7D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058D7D is #FA7282. Grayscale: #626262. Windows color (decimal): -16413315 or 8228101. OLE color: 8228101.

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

Color convert

RGB 5 141 125 -
CMYK 0.96 0 0.11 0.45
HSL 172.94º 0.93% 0.29% -
HSV(B) 172.94º 0.96% 0.55% -
XYZ 13.29 20.56 22.67 -
YUV 98.51 142.94 61.3 -
System Red Green Blue C M Y K H S L
Decimal 5 141 125 0.96 0 0.11 0.45 172.94 0.93 0.29
Hex 5 8D 7D 60 0 B 2D AD 5D 1D
Octal 5 215 175 140 0 13 55 255 135 35
Binary 101 10001101 1111101 1100000 0 1011 101101 10101101 1011101 11101

Color Harmonies of #058D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058D7D

Black with #058D7D

Text Example


Text Example

White with #058D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,141,125); }

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

background-color css

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

 a { background-color: rgb(5,141,125); }

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

border-color css

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

 span { border-color: rgb(5,141,125); }

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