Html Css Color HEX #058D6A Observatory

📋 copy color: '#058D6A'

red 5 ◦ green 141 ◦ blue 106

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

Shades of Observatory #058D6A

Tints of Observatory #058D6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 42.06%

R = 1.98%
G = 55.95%
B = 42.06%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.25

 K value IS 0.45

RGB Variations

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

Color information

#058D6A (or 0x058D6A) is known color: Observatory. HEX triplet: 05, 8D and 6A. RGB value is (5,141,106). Sum of RGB (Red+Green+Blue) = 5+141+106=252 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.98% from 252); Green value is 141 (55.47% from 255 or 55.95% from 252); Blue value is 106 (41.80% from 255 or 42.06% from 252); Max value from RGB is 141 - color contains mainly: green. Hex color #058D6A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058D6A is #FA7295. Grayscale: #606060. Windows color (decimal): -16413334 or 6982917. OLE color: 6982917.

HSL color Cylindrical-coordinate representation of color #058D6A: hue angle of 164.56º 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 #058D6A is Cyan = 0.96, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.45.

Color convert

RGB 5 141 106 -
CMYK 0.96 0 0.25 0.45
HSL 164.56º 0.93% 0.29% -
HSV(B) 164.56º 0.96% 0.55% -
XYZ 12.19 20.12 16.88 -
YUV 96.35 133.44 62.85 -
System Red Green Blue C M Y K H S L
Decimal 5 141 106 0.96 0 0.25 0.45 164.56 0.93 0.29
Hex 5 8D 6A 60 0 19 2D A5 5D 1D
Octal 5 215 152 140 0 31 55 245 135 35
Binary 101 10001101 1101010 1100000 0 11001 101101 10100101 1011101 11101

Color Harmonies of #058D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058D6A

Black with #058D6A

Text Example


Text Example

White with #058D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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