Html Css Color HEX #058E87 Dark Cyan

📋 copy color: '#058E87'

red 5 ◦ green 142 ◦ blue 135

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

Shades of Dark Cyan #058E87

Tints of Dark Cyan #058E87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 47.87%

R = 1.77%
G = 50.35%
B = 47.87%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.05

 K value IS 0.44

RGB Variations

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

Color information

#058E87 (or 0x058E87) is known color: Dark Cyan. HEX triplet: 05, 8E and 87. RGB value is (5,142,135). Sum of RGB (Red+Green+Blue) = 5+142+135=282 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.77% from 282); Green value is 142 (55.86% from 255 or 50.35% from 282); Blue value is 135 (53.12% from 255 or 47.87% from 282); Max value from RGB is 142 - color contains mainly: green. Hex color #058E87 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058E87 is #FA7178. Grayscale: #646464. Windows color (decimal): -16413049 or 8883717. OLE color: 8883717.

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

Color convert

RGB 5 142 135 -
CMYK 0.96 0 0.05 0.44
HSL 176.93º 0.93% 0.29% -
HSV(B) 176.93º 0.96% 0.56% -
XYZ 14.11 21.13 26.26 -
YUV 100.24 147.61 60.07 -
System Red Green Blue C M Y K H S L
Decimal 5 142 135 0.96 0 0.05 0.44 176.93 0.93 0.29
Hex 5 8E 87 60 0 5 2C B1 5D 1D
Octal 5 216 207 140 0 5 54 261 135 35
Binary 101 10001110 10000111 1100000 0 101 101100 10110001 1011101 11101

Color Harmonies of #058E87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058E87

Black with #058E87

Text Example


Text Example

White with #058E87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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