Html Css Color HEX #059191 Dark Cyan

📋 copy color: '#059191'

red 5 ◦ green 145 ◦ blue 145

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

Shades of Dark Cyan #059191

Tints of Dark Cyan #059191

RGB

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

 GREEN value IS 145 (57.03% from 255) = 49.15%

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

R = 1.69%
G = 49.15%
B = 49.15%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#059191 (or 0x059191) is known color: Dark Cyan. HEX triplet: 05, 91 and 91. RGB value is (5,145,145). Sum of RGB (Red+Green+Blue) = 5+145+145=295 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.69% from 295); Green value is 145 (57.03% from 255 or 49.15% from 295); Blue value is 145 (57.03% from 255 or 49.15% from 295); Max value from RGB is 145 - color contains mainly: green, blue. Hex color #059191 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059191 is #FA6E6E. Grayscale: #676767. Windows color (decimal): -16412271 or 9539845. OLE color: 9539845.

HSL color Cylindrical-coordinate representation of color #059191: hue angle of 180º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059191 is Cyan = 0.97, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 5 145 145 -
CMYK 0.97 0 0 0.43
HSL 180º 0.93% 0.29% -
HSV(B) 180º 0.97% 0.57% -
XYZ 15.3 22.33 30.29 -
YUV 103.14 151.62 58 -
System Red Green Blue C M Y K H S L
Decimal 5 145 145 0.97 0 0 0.43 180 0.93 0.29
Hex 5 91 91 61 0 0 2B B4 5D 1D
Octal 5 221 221 141 0 0 53 264 135 35
Binary 101 10010001 10010001 1100001 0 0 101011 10110100 1011101 11101

Color Harmonies of #059191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059191

Black with #059191

Text Example


Text Example

White with #059191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #059191; }

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

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

background-color css

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

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

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

border-color css

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

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

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