Html Css Color HEX #059294 Dark Cyan

📋 copy color: '#059294'

red 5 ◦ green 146 ◦ blue 148

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

Shades of Dark Cyan #059294

Tints of Dark Cyan #059294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 49.5%

R = 1.67%
G = 48.83%
B = 49.5%

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

#059294 (or 0x059294) is known color: Dark Cyan. HEX triplet: 05, 92 and 94. RGB value is (5,146,148). Sum of RGB (Red+Green+Blue) = 5+146+148=299 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.67% from 299); Green value is 146 (57.42% from 255 or 48.83% from 299); Blue value is 148 (58.20% from 255 or 49.50% from 299); Max value from RGB is 148 - color contains mainly: blue. Hex color #059294 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059294 is #FA6D6B. Grayscale: #676767. Windows color (decimal): -16412012 or 9736709. OLE color: 9736709.

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

Color convert

RGB 5 146 148 -
CMYK 0.97 0.01 0 0.42
HSL 180.84º 0.93% 0.3% -
HSV(B) 180.84º 0.97% 0.58% -
XYZ 15.69 22.73 31.58 -
YUV 104.07 152.79 57.34 -
System Red Green Blue C M Y K H S L
Decimal 5 146 148 0.97 0.01 0 0.42 180.84 0.93 0.3
Hex 5 92 94 61 1 0 2A B5 5D 1E
Octal 5 222 224 141 1 0 52 265 135 36
Binary 101 10010010 10010100 1100001 1 0 101010 10110101 1011101 11110

Color Harmonies of #059294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059294

Black with #059294

Text Example


Text Example

White with #059294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #059294; }

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

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

background-color css

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

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

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

border-color css

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

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

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