Html Css Color HEX #058B6B Observatory

📋 copy color: '#058B6B'

red 5 ◦ green 139 ◦ blue 107

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

Shades of Observatory #058B6B

Tints of Observatory #058B6B

RGB

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

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

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

R = 1.99%
G = 55.38%
B = 42.63%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.23

 K value IS 0.45

RGB Variations

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

Color information

#058B6B (or 0x058B6B) is known color: Observatory. HEX triplet: 05, 8B and 6B. RGB value is (5,139,107). Sum of RGB (Red+Green+Blue) = 5+139+107=251 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.99% from 251); Green value is 139 (54.69% from 255 or 55.38% from 251); Blue value is 107 (42.19% from 255 or 42.63% from 251); Max value from RGB is 139 - color contains mainly: green. Hex color #058B6B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058B6B is #FA7494. Grayscale: #5F5F5F. Windows color (decimal): -16413845 or 7047941. OLE color: 7047941.

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

Color convert

RGB 5 139 107 -
CMYK 0.96 0 0.23 0.45
HSL 165.67º 0.93% 0.28% -
HSV(B) 165.67º 0.96% 0.55% -
XYZ 11.95 19.56 17.06 -
YUV 95.29 134.61 63.6 -
System Red Green Blue C M Y K H S L
Decimal 5 139 107 0.96 0 0.23 0.45 165.67 0.93 0.28
Hex 5 8B 6B 60 0 17 2D A6 5D 1C
Octal 5 213 153 140 0 27 55 246 135 34
Binary 101 10001011 1101011 1100000 0 10111 101101 10100110 1011101 11100

Color Harmonies of #058B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058B6B

Black with #058B6B

Text Example


Text Example

White with #058B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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