Html Css Color HEX #059892 Dark Cyan

📋 copy color: '#059892'

red 5 ◦ green 152 ◦ blue 146

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

Shades of Dark Cyan #059892

Tints of Dark Cyan #059892

RGB

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

 GREEN value IS 152 (59.77% from 255) = 50.17%

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

R = 1.65%
G = 50.17%
B = 48.18%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.04

 K value IS 0.40

RGB Variations

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

Color information

#059892 (or 0x059892) is known color: Dark Cyan. HEX triplet: 05, 98 and 92. RGB value is (5,152,146). Sum of RGB (Red+Green+Blue) = 5+152+146=303 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.65% from 303); Green value is 152 (59.77% from 255 or 50.17% from 303); Blue value is 146 (57.42% from 255 or 48.18% from 303); Max value from RGB is 152 - color contains mainly: green. Hex color #059892 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059892 is #FA676D. Grayscale: #6B6B6B. Windows color (decimal): -16410478 or 9607173. OLE color: 9607173.

HSL color Cylindrical-coordinate representation of color #059892: hue angle of 177.55º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059892 is Cyan = 0.97, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.40.

Color convert

RGB 5 152 146 -
CMYK 0.97 0 0.04 0.40
HSL 177.55º 0.94% 0.31% -
HSV(B) 177.55º 0.97% 0.6% -
XYZ 16.48 24.56 31.07 -
YUV 107.36 149.8 54.99 -
System Red Green Blue C M Y K H S L
Decimal 5 152 146 0.97 0 0.04 0.40 177.55 0.94 0.31
Hex 5 98 92 61 0 4 28 B2 5E 1F
Octal 5 230 222 141 0 4 50 262 136 37
Binary 101 10011000 10010010 1100001 0 100 101000 10110010 1011110 11111

Color Harmonies of #059892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059892

Black with #059892

Text Example


Text Example

White with #059892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #059892; }

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

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

background-color css

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

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

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

border-color css

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

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

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