Html Css Color HEX #059193 Dark Cyan

📋 copy color: '#059193'

red 5 ◦ green 145 ◦ blue 147

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

Shades of Dark Cyan #059193

Tints of Dark Cyan #059193

RGB

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

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

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

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

CMYK

 C value IS 0.97

 M value IS 0.01

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

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

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

Color convert

RGB 5 145 147 -
CMYK 0.97 0.01 0 0.42
HSL 180.85º 0.93% 0.3% -
HSV(B) 180.85º 0.97% 0.58% -
XYZ 15.45 22.39 31.11 -
YUV 103.37 152.62 57.84 -
System Red Green Blue C M Y K H S L
Decimal 5 145 147 0.97 0.01 0 0.42 180.85 0.93 0.3
Hex 5 91 93 61 1 0 2A B5 5D 1E
Octal 5 221 223 141 1 0 52 265 135 36
Binary 101 10010001 10010011 1100001 1 0 101010 10110101 1011101 11110

Color Harmonies of #059193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059193

Black with #059193

Text Example


Text Example

White with #059193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #059193; }

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

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

background-color css

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

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

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

border-color css

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

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

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