Html Css Color HEX #058C71 Observatory

📋 copy color: '#058C71'

red 5 ◦ green 140 ◦ blue 113

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

Shades of Observatory #058C71

Tints of Observatory #058C71

RGB

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

 GREEN value IS 140 (55.08% from 255) = 54.26%

 BLUE value IS 113 (44.53% from 255) = 43.8%

R = 1.94%
G = 54.26%
B = 43.8%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.19

 K value IS 0.45

RGB Variations

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

Color information

#058C71 (or 0x058C71) is known color: Observatory. HEX triplet: 05, 8C and 71. RGB value is (5,140,113). Sum of RGB (Red+Green+Blue) = 5+140+113=258 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.94% from 258); Green value is 140 (55.08% from 255 or 54.26% from 258); Blue value is 113 (44.53% from 255 or 43.80% from 258); Max value from RGB is 140 - color contains mainly: green. Hex color #058C71 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058C71 is #FA738E. Grayscale: #606060. Windows color (decimal): -16413583 or 7441413. OLE color: 7441413.

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

Color convert

RGB 5 140 113 -
CMYK 0.96 0 0.19 0.45
HSL 168º 0.93% 0.28% -
HSV(B) 168º 0.96% 0.55% -
XYZ 12.42 19.98 18.82 -
YUV 96.56 137.27 62.7 -
System Red Green Blue C M Y K H S L
Decimal 5 140 113 0.96 0 0.19 0.45 168 0.93 0.28
Hex 5 8C 71 60 0 13 2D A8 5D 1C
Octal 5 214 161 140 0 23 55 250 135 34
Binary 101 10001100 1110001 1100000 0 10011 101101 10101000 1011101 11100

Color Harmonies of #058C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058C71

Black with #058C71

Text Example


Text Example

White with #058C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,140,113); }

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

background-color css

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

 a { background-color: rgb(5,140,113); }

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

border-color css

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

 span { border-color: rgb(5,140,113); }

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