Html Css Color HEX #058686 Dark Cyan

📋 copy color: '#058686'

red 5 ◦ green 134 ◦ blue 134

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

Shades of Dark Cyan #058686

Tints of Dark Cyan #058686

RGB

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

 GREEN value IS 134 (52.73% from 255) = 49.08%

 BLUE value IS 134 (52.73% from 255) = 49.08%

R = 1.83%
G = 49.08%
B = 49.08%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#058686 (or 0x058686) is known color: Dark Cyan. HEX triplet: 05, 86 and 86. RGB value is (5,134,134). Sum of RGB (Red+Green+Blue) = 5+134+134=273 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.83% from 273); Green value is 134 (52.73% from 255 or 49.08% from 273); Blue value is 134 (52.73% from 255 or 49.08% from 273); Max value from RGB is 134 - color contains mainly: green, blue. Hex color #058686 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058686 is #FA7979. Grayscale: #5F5F5F. Windows color (decimal): -16415098 or 8816133. OLE color: 8816133.

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

Color convert

RGB 5 134 134 -
CMYK 0.96 0 0 0.47
HSL 180º 0.93% 0.27% -
HSV(B) 180º 0.96% 0.53% -
XYZ 12.89 18.8 25.5 -
YUV 95.43 149.76 63.5 -
System Red Green Blue C M Y K H S L
Decimal 5 134 134 0.96 0 0 0.47 180 0.93 0.27
Hex 5 86 86 60 0 0 2F B4 5D 1B
Octal 5 206 206 140 0 0 57 264 135 33
Binary 101 10000110 10000110 1100000 0 0 101111 10110100 1011101 11011

Color Harmonies of #058686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058686

Black with #058686

Text Example


Text Example

White with #058686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058686; }

 p { color: rgb(5,134,134); }

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

background-color css

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

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

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

border-color css

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

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

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