Html Css Color HEX #059591 Dark Cyan

📋 copy color: '#059591'

red 5 ◦ green 149 ◦ blue 145

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

Shades of Dark Cyan #059591

Tints of Dark Cyan #059591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 48.49%

R = 1.67%
G = 49.83%
B = 48.49%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#059591 (or 0x059591) is known color: Dark Cyan. HEX triplet: 05, 95 and 91. RGB value is (5,149,145). Sum of RGB (Red+Green+Blue) = 5+149+145=299 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.67% from 299); Green value is 149 (58.59% from 255 or 49.83% from 299); Blue value is 145 (57.03% from 255 or 48.49% from 299); Max value from RGB is 149 - color contains mainly: green. Hex color #059591 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059591 is #FA6A6E. Grayscale: #696969. Windows color (decimal): -16411247 or 9540869. OLE color: 9540869.

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

Color convert

RGB 5 149 145 -
CMYK 0.97 0 0.03 0.42
HSL 178.33º 0.94% 0.3% -
HSV(B) 178.33º 0.97% 0.58% -
XYZ 15.92 23.57 30.5 -
YUV 105.49 150.29 56.33 -
System Red Green Blue C M Y K H S L
Decimal 5 149 145 0.97 0 0.03 0.42 178.33 0.94 0.3
Hex 5 95 91 61 0 3 2A B2 5E 1E
Octal 5 225 221 141 0 3 52 262 136 36
Binary 101 10010101 10010001 1100001 0 11 101010 10110010 1011110 11110

Color Harmonies of #059591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059591

Black with #059591

Text Example


Text Example

White with #059591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #059591; }

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

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

background-color css

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

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

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

border-color css

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

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

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