Html Css Color HEX #058E7B Observatory

📋 copy color: '#058E7B'

red 5 ◦ green 142 ◦ blue 123

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

Shades of Observatory #058E7B

Tints of Observatory #058E7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 45.56%

R = 1.85%
G = 52.59%
B = 45.56%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.13

 K value IS 0.44

RGB Variations

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

Color information

#058E7B (or 0x058E7B) is known color: Observatory. HEX triplet: 05, 8E and 7B. RGB value is (5,142,123). Sum of RGB (Red+Green+Blue) = 5+142+123=270 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.85% from 270); Green value is 142 (55.86% from 255 or 52.59% from 270); Blue value is 123 (48.44% from 255 or 45.56% from 270); Max value from RGB is 142 - color contains mainly: green. Hex color #058E7B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058E7B is #FA7184. Grayscale: #626262. Windows color (decimal): -16413061 or 8097285. OLE color: 8097285.

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

Color convert

RGB 5 142 123 -
CMYK 0.96 0 0.13 0.44
HSL 171.68º 0.93% 0.29% -
HSV(B) 171.68º 0.96% 0.56% -
XYZ 13.31 20.81 22.05 -
YUV 98.87 141.61 61.04 -
System Red Green Blue C M Y K H S L
Decimal 5 142 123 0.96 0 0.13 0.44 171.68 0.93 0.29
Hex 5 8E 7B 60 0 D 2C AC 5D 1D
Octal 5 216 173 140 0 15 54 254 135 35
Binary 101 10001110 1111011 1100000 0 1101 101100 10101100 1011101 11101

Color Harmonies of #058E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058E7B

Black with #058E7B

Text Example


Text Example

White with #058E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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