Html Css Color HEX #059593 Dark Cyan

📋 copy color: '#059593'

red 5 ◦ green 149 ◦ blue 147

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

Shades of Dark Cyan #059593

Tints of Dark Cyan #059593

RGB

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

 GREEN value IS 149 (58.59% from 255) = 49.5%

 BLUE value IS 147 (57.81% from 255) = 48.84%

R = 1.66%
G = 49.5%
B = 48.84%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#059593 (or 0x059593) is known color: Dark Cyan. HEX triplet: 05, 95 and 93. RGB value is (5,149,147). Sum of RGB (Red+Green+Blue) = 5+149+147=301 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.66% from 301); Green value is 149 (58.59% from 255 or 49.50% from 301); Blue value is 147 (57.81% from 255 or 48.84% from 301); Max value from RGB is 149 - color contains mainly: green. Hex color #059593 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059593 is #FA6A6C. Grayscale: #696969. Windows color (decimal): -16411245 or 9671941. OLE color: 9671941.

HSL color Cylindrical-coordinate representation of color #059593: hue angle of 179.17º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059593 is Cyan = 0.97, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB 5 149 147 -
CMYK 0.97 0 0.01 0.42
HSL 179.17º 0.94% 0.3% -
HSV(B) 179.17º 0.97% 0.58% -
XYZ 16.08 23.63 31.32 -
YUV 105.72 151.29 56.16 -
System Red Green Blue C M Y K H S L
Decimal 5 149 147 0.97 0 0.01 0.42 179.17 0.94 0.3
Hex 5 95 93 61 0 1 2A B3 5E 1E
Octal 5 225 223 141 0 1 52 263 136 36
Binary 101 10010101 10010011 1100001 0 1 101010 10110011 1011110 11110

Color Harmonies of #059593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059593

Black with #059593

Text Example


Text Example

White with #059593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #059593; }

 p { color: rgb(5,149,147); }

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

background-color css

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

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

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

border-color css

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

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

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