Html Css Color HEX #059391 Dark Cyan

📋 copy color: '#059391'

red 5 ◦ green 147 ◦ blue 145

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

Shades of Dark Cyan #059391

Tints of Dark Cyan #059391

RGB

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

 GREEN value IS 147 (57.81% from 255) = 49.49%

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

R = 1.68%
G = 49.49%
B = 48.82%

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

#059391 (or 0x059391) is known color: Dark Cyan. HEX triplet: 05, 93 and 91. RGB value is (5,147,145). Sum of RGB (Red+Green+Blue) = 5+147+145=297 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.68% from 297); Green value is 147 (57.81% from 255 or 49.49% from 297); Blue value is 145 (57.03% from 255 or 48.82% from 297); Max value from RGB is 147 - color contains mainly: green. Hex color #059391 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059391 is #FA6C6E. Grayscale: #686868. Windows color (decimal): -16411759 or 9540357. OLE color: 9540357.

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

Color convert

RGB 5 147 145 -
CMYK 0.97 0 0.01 0.42
HSL 179.15º 0.93% 0.3% -
HSV(B) 179.15º 0.97% 0.58% -
XYZ 15.61 22.94 30.39 -
YUV 104.31 150.96 57.16 -
System Red Green Blue C M Y K H S L
Decimal 5 147 145 0.97 0 0.01 0.42 179.15 0.93 0.3
Hex 5 93 91 61 0 1 2A B3 5D 1E
Octal 5 223 221 141 0 1 52 263 135 36
Binary 101 10010011 10010001 1100001 0 1 101010 10110011 1011101 11110

Color Harmonies of #059391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059391

Black with #059391

Text Example


Text Example

White with #059391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #059391; }

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

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

background-color css

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

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

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

border-color css

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

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

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