Html Css Color HEX #059592 Dark Cyan

📋 copy color: '#059592'

red 5 ◦ green 149 ◦ blue 146

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

Shades of Dark Cyan #059592

Tints of Dark Cyan #059592

RGB

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

 GREEN value IS 149 (58.59% from 255) = 49.67%

 BLUE value IS 146 (57.42% from 255) = 48.67%

R = 1.67%
G = 49.67%
B = 48.67%

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

#059592 (or 0x059592) is known color: Dark Cyan. HEX triplet: 05, 95 and 92. RGB value is (5,149,146). Sum of RGB (Red+Green+Blue) = 5+149+146=300 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.67% from 300); Green value is 149 (58.59% from 255 or 49.67% from 300); Blue value is 146 (57.42% from 255 or 48.67% from 300); Max value from RGB is 149 - color contains mainly: green. Hex color #059592 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059592 is #FA6A6D. Grayscale: #696969. Windows color (decimal): -16411246 or 9606405. OLE color: 9606405.

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

Color convert

RGB 5 149 146 -
CMYK 0.97 0 0.02 0.42
HSL 178.75º 0.94% 0.3% -
HSV(B) 178.75º 0.97% 0.58% -
XYZ 16 23.6 30.91 -
YUV 105.6 150.79 56.24 -
System Red Green Blue C M Y K H S L
Decimal 5 149 146 0.97 0 0.02 0.42 178.75 0.94 0.3
Hex 5 95 92 61 0 2 2A B3 5E 1E
Octal 5 225 222 141 0 2 52 263 136 36
Binary 101 10010101 10010010 1100001 0 10 101010 10110011 1011110 11110

Color Harmonies of #059592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059592

Black with #059592

Text Example


Text Example

White with #059592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #059592; }

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

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

background-color css

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

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

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

border-color css

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

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

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