Html Css Color HEX #059293 Dark Cyan

📋 copy color: '#059293'

red 5 ◦ green 146 ◦ blue 147

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

Shades of Dark Cyan #059293

Tints of Dark Cyan #059293

RGB

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

 GREEN value IS 146 (57.42% from 255) = 48.99%

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

R = 1.68%
G = 48.99%
B = 49.33%

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

#059293 (or 0x059293) is known color: Dark Cyan. HEX triplet: 05, 92 and 93. RGB value is (5,146,147). Sum of RGB (Red+Green+Blue) = 5+146+147=298 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.68% from 298); Green value is 146 (57.42% from 255 or 48.99% from 298); Blue value is 147 (57.81% from 255 or 49.33% from 298); Max value from RGB is 147 - color contains mainly: blue. Hex color #059293 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059293 is #FA6D6C. Grayscale: #676767. Windows color (decimal): -16412013 or 9671173. OLE color: 9671173.

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

Color convert

RGB 5 146 147 -
CMYK 0.97 0.01 0 0.42
HSL 180.42º 0.93% 0.3% -
HSV(B) 180.42º 0.97% 0.58% -
XYZ 15.61 22.7 31.16 -
YUV 103.96 152.29 57.42 -
System Red Green Blue C M Y K H S L
Decimal 5 146 147 0.97 0.01 0 0.42 180.42 0.93 0.3
Hex 5 92 93 61 1 0 2A B4 5D 1E
Octal 5 222 223 141 1 0 52 264 135 36
Binary 101 10010010 10010011 1100001 1 0 101010 10110100 1011101 11110

Color Harmonies of #059293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059293

Black with #059293

Text Example


Text Example

White with #059293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #059293; }

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

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

background-color css

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

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

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

border-color css

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

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

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