Html Css Color HEX #059597 Dark Cyan

📋 copy color: '#059597'

red 5 ◦ green 149 ◦ blue 151

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

Shades of Dark Cyan #059597

Tints of Dark Cyan #059597

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 49.51%

R = 1.64%
G = 48.85%
B = 49.51%

CMYK

 C value IS 0.97

 M value IS 0.01

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#059597 (or 0x059597) is known color: Dark Cyan. HEX triplet: 05, 95 and 97. RGB value is (5,149,151). Sum of RGB (Red+Green+Blue) = 5+149+151=305 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.64% from 305); Green value is 149 (58.59% from 255 or 48.85% from 305); Blue value is 151 (59.38% from 255 or 49.51% from 305); Max value from RGB is 151 - color contains mainly: blue. Hex color #059597 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059597 is #FA6A68. Grayscale: #6A6A6A. Windows color (decimal): -16411241 or 9934085. OLE color: 9934085.

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

Color convert

RGB 5 149 151 -
CMYK 0.97 0.01 0 0.41
HSL 180.82º 0.94% 0.31% -
HSV(B) 180.82º 0.97% 0.59% -
XYZ 16.4 23.76 33 -
YUV 106.17 153.29 55.84 -
System Red Green Blue C M Y K H S L
Decimal 5 149 151 0.97 0.01 0 0.41 180.82 0.94 0.31
Hex 5 95 97 61 1 0 29 B5 5E 1F
Octal 5 225 227 141 1 0 51 265 136 37
Binary 101 10010101 10010111 1100001 1 0 101001 10110101 1011110 11111

Color Harmonies of #059597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059597

Black with #059597

Text Example


Text Example

White with #059597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #059597; }

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

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

background-color css

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

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

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

border-color css

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

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

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