Html Css Color HEX #059583 Dark Cyan

📋 copy color: '#059583'

red 5 ◦ green 149 ◦ blue 131

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

Shades of Dark Cyan #059583

Tints of Dark Cyan #059583

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 45.96%

R = 1.75%
G = 52.28%
B = 45.96%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#059583 (or 0x059583) is known color: Dark Cyan. HEX triplet: 05, 95 and 83. RGB value is (5,149,131). Sum of RGB (Red+Green+Blue) = 5+149+131=285 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.75% from 285); Green value is 149 (58.59% from 255 or 52.28% from 285); Blue value is 131 (51.56% from 255 or 45.96% from 285); Max value from RGB is 149 - color contains mainly: green. Hex color #059583 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059583 is #FA6A7C. Grayscale: #676767. Windows color (decimal): -16411261 or 8623365. OLE color: 8623365.

HSL color Cylindrical-coordinate representation of color #059583: hue angle of 172.5º 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 #059583 is Cyan = 0.97, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB 5 149 131 -
CMYK 0.97 0 0.12 0.42
HSL 172.5º 0.94% 0.3% -
HSV(B) 172.5º 0.97% 0.58% -
XYZ 14.91 23.17 25.16 -
YUV 103.89 143.29 57.46 -
System Red Green Blue C M Y K H S L
Decimal 5 149 131 0.97 0 0.12 0.42 172.5 0.94 0.3
Hex 5 95 83 61 0 C 2A AC 5E 1E
Octal 5 225 203 141 0 14 52 254 136 36
Binary 101 10010101 10000011 1100001 0 1100 101010 10101100 1011110 11110

Color Harmonies of #059583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059583

Black with #059583

Text Example


Text Example

White with #059583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #059583; }

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

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

background-color css

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

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

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

border-color css

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

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

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