Html Css Color HEX #058785 Dark Cyan

📋 copy color: '#058785'

red 5 ◦ green 135 ◦ blue 133

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

Shades of Dark Cyan #058785

Tints of Dark Cyan #058785

RGB

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

 GREEN value IS 135 (53.13% from 255) = 49.45%

 BLUE value IS 133 (52.34% from 255) = 48.72%

R = 1.83%
G = 49.45%
B = 48.72%

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

#058785 (or 0x058785) is known color: Dark Cyan. HEX triplet: 05, 87 and 85. RGB value is (5,135,133). Sum of RGB (Red+Green+Blue) = 5+135+133=273 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.83% from 273); Green value is 135 (53.12% from 255 or 49.45% from 273); Blue value is 133 (52.34% from 255 or 48.72% from 273); Max value from RGB is 135 - color contains mainly: green. Hex color #058785 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058785 is #FA787A. Grayscale: #5F5F5F. Windows color (decimal): -16414843 or 8750853. OLE color: 8750853.

HSL color Cylindrical-coordinate representation of color #058785: hue angle of 179.08º 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 #058785 is Cyan = 0.96, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB 5 135 133 -
CMYK 0.96 0 0.01 0.47
HSL 179.08º 0.93% 0.27% -
HSV(B) 179.08º 0.96% 0.53% -
XYZ 12.96 19.05 25.18 -
YUV 95.9 148.93 63.16 -
System Red Green Blue C M Y K H S L
Decimal 5 135 133 0.96 0 0.01 0.47 179.08 0.93 0.27
Hex 5 87 85 60 0 1 2F B3 5D 1B
Octal 5 207 205 140 0 1 57 263 135 33
Binary 101 10000111 10000101 1100000 0 1 101111 10110011 1011101 11011

Color Harmonies of #058785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058785

Black with #058785

Text Example


Text Example

White with #058785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058785; }

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

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

background-color css

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

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

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

border-color css

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

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

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