Html Css Color HEX #058E6B Observatory

📋 copy color: '#058E6B'

red 5 ◦ green 142 ◦ blue 107

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

Shades of Observatory #058E6B

Tints of Observatory #058E6B

RGB

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

 GREEN value IS 142 (55.86% from 255) = 55.91%

 BLUE value IS 107 (42.19% from 255) = 42.13%

R = 1.97%
G = 55.91%
B = 42.13%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.25

 K value IS 0.44

RGB Variations

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

Color information

#058E6B (or 0x058E6B) is known color: Observatory. HEX triplet: 05, 8E and 6B. RGB value is (5,142,107). Sum of RGB (Red+Green+Blue) = 5+142+107=254 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.97% from 254); Green value is 142 (55.86% from 255 or 55.91% from 254); Blue value is 107 (42.19% from 255 or 42.13% from 254); Max value from RGB is 142 - color contains mainly: green. Hex color #058E6B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058E6B is #FA7194. Grayscale: #616161. Windows color (decimal): -16413077 or 7048709. OLE color: 7048709.

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

Color convert

RGB 5 142 107 -
CMYK 0.96 0 0.25 0.44
HSL 164.67º 0.93% 0.29% -
HSV(B) 164.67º 0.96% 0.56% -
XYZ 12.39 20.44 17.2 -
YUV 97.05 133.61 62.35 -
System Red Green Blue C M Y K H S L
Decimal 5 142 107 0.96 0 0.25 0.44 164.67 0.93 0.29
Hex 5 8E 6B 60 0 19 2C A5 5D 1D
Octal 5 216 153 140 0 31 54 245 135 35
Binary 101 10001110 1101011 1100000 0 11001 101100 10100101 1011101 11101

Color Harmonies of #058E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058E6B

Black with #058E6B

Text Example


Text Example

White with #058E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,142,107); }

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

background-color css

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

 a { background-color: rgb(5,142,107); }

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

border-color css

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

 span { border-color: rgb(5,142,107); }

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