Html Css Color HEX #059497 Dark Cyan

📋 copy color: '#059497'

red 5 ◦ green 148 ◦ blue 151

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

Shades of Dark Cyan #059497

Tints of Dark Cyan #059497

RGB

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

 GREEN value IS 148 (58.2% from 255) = 48.68%

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

R = 1.64%
G = 48.68%
B = 49.67%

CMYK

 C value IS 0.97

 M value IS 0.02

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#059497 (or 0x059497) is known color: Dark Cyan. HEX triplet: 05, 94 and 97. RGB value is (5,148,151). Sum of RGB (Red+Green+Blue) = 5+148+151=304 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.64% from 304); Green value is 148 (58.20% from 255 or 48.68% from 304); Blue value is 151 (59.38% from 255 or 49.67% from 304); Max value from RGB is 151 - color contains mainly: blue. Hex color #059497 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059497 is #FA6B68. Grayscale: #696969. Windows color (decimal): -16411497 or 9933829. OLE color: 9933829.

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

Color convert

RGB 5 148 151 -
CMYK 0.97 0.02 0 0.41
HSL 181.23º 0.94% 0.31% -
HSV(B) 181.23º 0.97% 0.59% -
XYZ 16.24 23.45 32.95 -
YUV 105.59 153.62 56.26 -
System Red Green Blue C M Y K H S L
Decimal 5 148 151 0.97 0.02 0 0.41 181.23 0.94 0.31
Hex 5 94 97 61 2 0 29 B5 5E 1F
Octal 5 224 227 141 2 0 51 265 136 37
Binary 101 10010100 10010111 1100001 10 0 101001 10110101 1011110 11111

Color Harmonies of #059497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059497

Black with #059497

Text Example


Text Example

White with #059497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #059497; }

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

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

background-color css

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

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

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

border-color css

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

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

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