Html Css Color HEX #058B7B Observatory

📋 copy color: '#058B7B'

red 5 ◦ green 139 ◦ blue 123

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

Shades of Observatory #058B7B

Tints of Observatory #058B7B

RGB

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

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

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

R = 1.87%
G = 52.06%
B = 46.07%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.12

 K value IS 0.45

RGB Variations

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

Color information

#058B7B (or 0x058B7B) is known color: Observatory. HEX triplet: 05, 8B and 7B. RGB value is (5,139,123). Sum of RGB (Red+Green+Blue) = 5+139+123=267 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.87% from 267); Green value is 139 (54.69% from 255 or 52.06% from 267); Blue value is 123 (48.44% from 255 or 46.07% from 267); Max value from RGB is 139 - color contains mainly: green. Hex color #058B7B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058B7B is #FA7484. Grayscale: #616161. Windows color (decimal): -16413829 or 8096517. OLE color: 8096517.

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

Color convert

RGB 5 139 123 -
CMYK 0.96 0 0.12 0.45
HSL 172.84º 0.93% 0.28% -
HSV(B) 172.84º 0.96% 0.55% -
XYZ 12.87 19.93 21.91 -
YUV 97.11 142.61 62.3 -
System Red Green Blue C M Y K H S L
Decimal 5 139 123 0.96 0 0.12 0.45 172.84 0.93 0.28
Hex 5 8B 7B 60 0 C 2D AD 5D 1C
Octal 5 213 173 140 0 14 55 255 135 34
Binary 101 10001011 1111011 1100000 0 1100 101101 10101101 1011101 11100

Color Harmonies of #058B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058B7B

Black with #058B7B

Text Example


Text Example

White with #058B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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