Html Css Color HEX #059197 Dark Cyan

📋 copy color: '#059197'

red 5 ◦ green 145 ◦ blue 151

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

Shades of Dark Cyan #059197

Tints of Dark Cyan #059197

RGB

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

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

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

R = 1.66%
G = 48.17%
B = 50.17%

CMYK

 C value IS 0.97

 M value IS 0.04

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#059197 (or 0x059197) is known color: Dark Cyan. HEX triplet: 05, 91 and 97. RGB value is (5,145,151). Sum of RGB (Red+Green+Blue) = 5+145+151=301 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.66% from 301); Green value is 145 (57.03% from 255 or 48.17% from 301); Blue value is 151 (59.38% from 255 or 50.17% from 301); Max value from RGB is 151 - color contains mainly: blue. Hex color #059197 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059197 is #FA6E68. Grayscale: #676767. Windows color (decimal): -16412265 or 9933061. OLE color: 9933061.

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

Color convert

RGB 5 145 151 -
CMYK 0.97 0.04 0 0.41
HSL 182.47º 0.94% 0.31% -
HSV(B) 182.47º 0.97% 0.59% -
XYZ 15.77 22.52 32.79 -
YUV 103.82 154.62 57.51 -
System Red Green Blue C M Y K H S L
Decimal 5 145 151 0.97 0.04 0 0.41 182.47 0.94 0.31
Hex 5 91 97 61 4 0 29 B6 5E 1F
Octal 5 221 227 141 4 0 51 266 136 37
Binary 101 10010001 10010111 1100001 100 0 101001 10110110 1011110 11111

Color Harmonies of #059197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059197

Black with #059197

Text Example


Text Example

White with #059197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #059197; }

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

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

background-color css

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

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

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

border-color css

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

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

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