Html Css Color HEX #058887 Dark Cyan

📋 copy color: '#058887'

red 5 ◦ green 136 ◦ blue 135

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

Shades of Dark Cyan #058887

Tints of Dark Cyan #058887

RGB

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

 GREEN value IS 136 (53.52% from 255) = 49.28%

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

R = 1.81%
G = 49.28%
B = 48.91%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.01

 K value IS 0.47

RGB Variations

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

Color information

#058887 (or 0x058887) is known color: Dark Cyan. HEX triplet: 05, 88 and 87. RGB value is (5,136,135). Sum of RGB (Red+Green+Blue) = 5+136+135=276 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.81% from 276); Green value is 136 (53.52% from 255 or 49.28% from 276); Blue value is 135 (53.12% from 255 or 48.91% from 276); Max value from RGB is 136 - color contains mainly: green. Hex color #058887 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058887 is #FA7778. Grayscale: #606060. Windows color (decimal): -16414585 or 8882181. OLE color: 8882181.

HSL color Cylindrical-coordinate representation of color #058887: hue angle of 179.54º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058887 is Cyan = 0.96, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB 5 136 135 -
CMYK 0.96 0 0.01 0.47
HSL 179.54º 0.93% 0.28% -
HSV(B) 179.54º 0.96% 0.53% -
XYZ 13.24 19.39 25.97 -
YUV 96.72 149.6 62.58 -
System Red Green Blue C M Y K H S L
Decimal 5 136 135 0.96 0 0.01 0.47 179.54 0.93 0.28
Hex 5 88 87 60 0 1 2F B4 5D 1C
Octal 5 210 207 140 0 1 57 264 135 34
Binary 101 10001000 10000111 1100000 0 1 101111 10110100 1011101 11100

Color Harmonies of #058887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058887

Black with #058887

Text Example


Text Example

White with #058887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058887; }

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

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

background-color css

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

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

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

border-color css

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

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

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