Html Css Color HEX #058B77 Observatory

📋 copy color: '#058B77'

red 5 ◦ green 139 ◦ blue 119

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

Shades of Observatory #058B77

Tints of Observatory #058B77

RGB

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

 GREEN value IS 139 (54.69% from 255) = 52.85%

 BLUE value IS 119 (46.88% from 255) = 45.25%

R = 1.9%
G = 52.85%
B = 45.25%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.14

 K value IS 0.45

RGB Variations

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

Color information

#058B77 (or 0x058B77) is known color: Observatory. HEX triplet: 05, 8B and 77. RGB value is (5,139,119). Sum of RGB (Red+Green+Blue) = 5+139+119=263 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.90% from 263); Green value is 139 (54.69% from 255 or 52.85% from 263); Blue value is 119 (46.88% from 255 or 45.25% from 263); Max value from RGB is 139 - color contains mainly: green. Hex color #058B77 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058B77 is #FA7488. Grayscale: #606060. Windows color (decimal): -16413833 or 7834373. OLE color: 7834373.

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

Color convert

RGB 5 139 119 -
CMYK 0.96 0 0.14 0.45
HSL 171.04º 0.93% 0.28% -
HSV(B) 171.04º 0.96% 0.55% -
XYZ 12.62 19.83 20.61 -
YUV 96.65 140.61 62.63 -
System Red Green Blue C M Y K H S L
Decimal 5 139 119 0.96 0 0.14 0.45 171.04 0.93 0.28
Hex 5 8B 77 60 0 E 2D AB 5D 1C
Octal 5 213 167 140 0 16 55 253 135 34
Binary 101 10001011 1110111 1100000 0 1110 101101 10101011 1011101 11100

Color Harmonies of #058B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058B77

Black with #058B77

Text Example


Text Example

White with #058B77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,139,119); }

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

background-color css

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

 a { background-color: rgb(5,139,119); }

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

border-color css

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

 span { border-color: rgb(5,139,119); }

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