Html Css Color HEX #059491 Dark Cyan

📋 copy color: '#059491'

red 5 ◦ green 148 ◦ blue 145

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

Shades of Dark Cyan #059491

Tints of Dark Cyan #059491

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 48.66%

R = 1.68%
G = 49.66%
B = 48.66%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.02

 K value IS 0.42

RGB Variations

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

Color information

#059491 (or 0x059491) is known color: Dark Cyan. HEX triplet: 05, 94 and 91. RGB value is (5,148,145). Sum of RGB (Red+Green+Blue) = 5+148+145=298 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.68% from 298); Green value is 148 (58.20% from 255 or 49.66% from 298); Blue value is 145 (57.03% from 255 or 48.66% from 298); Max value from RGB is 148 - color contains mainly: green. Hex color #059491 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059491 is #FA6B6E. Grayscale: #686868. Windows color (decimal): -16411503 or 9540613. OLE color: 9540613.

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

Color convert

RGB 5 148 145 -
CMYK 0.97 0 0.02 0.42
HSL 178.74º 0.93% 0.3% -
HSV(B) 178.74º 0.97% 0.58% -
XYZ 15.76 23.26 30.45 -
YUV 104.9 150.62 56.74 -
System Red Green Blue C M Y K H S L
Decimal 5 148 145 0.97 0 0.02 0.42 178.74 0.93 0.3
Hex 5 94 91 61 0 2 2A B3 5D 1E
Octal 5 224 221 141 0 2 52 263 135 36
Binary 101 10010100 10010001 1100001 0 10 101010 10110011 1011101 11110

Color Harmonies of #059491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059491

Black with #059491

Text Example


Text Example

White with #059491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #059491; }

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

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

background-color css

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

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

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

border-color css

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

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

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