Html Css Color HEX #059891 Dark Cyan

📋 copy color: '#059891'

red 5 ◦ green 152 ◦ blue 145

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

Shades of Dark Cyan #059891

Tints of Dark Cyan #059891

RGB

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

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

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

R = 1.66%
G = 50.33%
B = 48.01%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.05

 K value IS 0.40

RGB Variations

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

Color information

#059891 (or 0x059891) is known color: Dark Cyan. HEX triplet: 05, 98 and 91. RGB value is (5,152,145). Sum of RGB (Red+Green+Blue) = 5+152+145=302 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.66% from 302); Green value is 152 (59.77% from 255 or 50.33% from 302); Blue value is 145 (57.03% from 255 or 48.01% from 302); Max value from RGB is 152 - color contains mainly: green. Hex color #059891 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059891 is #FA676E. Grayscale: #6B6B6B. Windows color (decimal): -16410479 or 9541637. OLE color: 9541637.

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

Color convert

RGB 5 152 145 -
CMYK 0.97 0 0.05 0.40
HSL 177.14º 0.94% 0.31% -
HSV(B) 177.14º 0.97% 0.6% -
XYZ 16.4 24.53 30.66 -
YUV 107.25 149.3 55.07 -
System Red Green Blue C M Y K H S L
Decimal 5 152 145 0.97 0 0.05 0.40 177.14 0.94 0.31
Hex 5 98 91 61 0 5 28 B1 5E 1F
Octal 5 230 221 141 0 5 50 261 136 37
Binary 101 10011000 10010001 1100001 0 101 101000 10110001 1011110 11111

Color Harmonies of #059891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059891

Black with #059891

Text Example


Text Example

White with #059891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #059891; }

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

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

background-color css

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

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

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

border-color css

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

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

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