Html Css Color HEX #058D87 Dark Cyan

📋 copy color: '#058D87'

red 5 ◦ green 141 ◦ blue 135

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

Shades of Dark Cyan #058D87

Tints of Dark Cyan #058D87

RGB

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

 GREEN value IS 141 (55.47% from 255) = 50.18%

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

R = 1.78%
G = 50.18%
B = 48.04%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.04

 K value IS 0.45

RGB Variations

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

Color information

#058D87 (or 0x058D87) is known color: Dark Cyan. HEX triplet: 05, 8D and 87. RGB value is (5,141,135). Sum of RGB (Red+Green+Blue) = 5+141+135=281 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.78% from 281); Green value is 141 (55.47% from 255 or 50.18% from 281); Blue value is 135 (53.12% from 255 or 48.04% from 281); Max value from RGB is 141 - color contains mainly: green. Hex color #058D87 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058D87 is #FA7278. Grayscale: #636363. Windows color (decimal): -16413305 or 8883461. OLE color: 8883461.

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

Color convert

RGB 5 141 135 -
CMYK 0.96 0 0.04 0.45
HSL 177.35º 0.93% 0.29% -
HSV(B) 177.35º 0.96% 0.55% -
XYZ 13.96 20.83 26.21 -
YUV 99.65 147.94 60.49 -
System Red Green Blue C M Y K H S L
Decimal 5 141 135 0.96 0 0.04 0.45 177.35 0.93 0.29
Hex 5 8D 87 60 0 4 2D B1 5D 1D
Octal 5 215 207 140 0 4 55 261 135 35
Binary 101 10001101 10000111 1100000 0 100 101101 10110001 1011101 11101

Color Harmonies of #058D87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058D87

Black with #058D87

Text Example


Text Example

White with #058D87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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