Html Css Color HEX #059985 Dark Cyan

📋 copy color: '#059985'

red 5 ◦ green 153 ◦ blue 133

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

Shades of Dark Cyan #059985

Tints of Dark Cyan #059985

RGB

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

 GREEN value IS 153 (60.16% from 255) = 52.58%

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

R = 1.72%
G = 52.58%
B = 45.7%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.13

 K value IS 0.4

RGB Variations

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

Color information

#059985 (or 0x059985) is known color: Dark Cyan. HEX triplet: 05, 99 and 85. RGB value is (5,153,133). Sum of RGB (Red+Green+Blue) = 5+153+133=291 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.72% from 291); Green value is 153 (60.16% from 255 or 52.58% from 291); Blue value is 133 (52.34% from 255 or 45.70% from 291); Max value from RGB is 153 - color contains mainly: green. Hex color #059985 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059985 is #FA667A. Grayscale: #6A6A6A. Windows color (decimal): -16410235 or 8755461. OLE color: 8755461.

HSL color Cylindrical-coordinate representation of color #059985: hue angle of 171.89º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059985 is Cyan = 0.97, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.4.

Color convert

RGB 5 153 133 -
CMYK 0.97 0 0.13 0.4
HSL 171.89º 0.94% 0.31% -
HSV(B) 171.89º 0.97% 0.6% -
XYZ 15.69 24.51 26.09 -
YUV 106.47 142.97 55.63 -
System Red Green Blue C M Y K H S L
Decimal 5 153 133 0.97 0 0.13 0.4 171.89 0.94 0.31
Hex 5 99 85 61 0 D 28 AC 5E 1F
Octal 5 231 205 141 0 15 50 254 136 37
Binary 101 10011001 10000101 1100001 0 1101 101000 10101100 1011110 11111

Color Harmonies of #059985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059985

Black with #059985

Text Example


Text Example

White with #059985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #059985; }

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

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

background-color css

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

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

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

border-color css

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

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

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