Html Css Color HEX #059893 Dark Cyan

📋 copy color: '#059893'

red 5 ◦ green 152 ◦ blue 147

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

Shades of Dark Cyan #059893

Tints of Dark Cyan #059893

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 48.36%

R = 1.64%
G = 50%
B = 48.36%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.03

 K value IS 0.40

RGB Variations

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

Color information

#059893 (or 0x059893) is known color: Dark Cyan. HEX triplet: 05, 98 and 93. RGB value is (5,152,147). Sum of RGB (Red+Green+Blue) = 5+152+147=304 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.64% from 304); Green value is 152 (59.77% from 255 or 50% from 304); Blue value is 147 (57.81% from 255 or 48.36% from 304); Max value from RGB is 152 - color contains mainly: green. Hex color #059893 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059893 is #FA676C. Grayscale: #6B6B6B. Windows color (decimal): -16410477 or 9672709. OLE color: 9672709.

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

Color convert

RGB 5 152 147 -
CMYK 0.97 0 0.03 0.40
HSL 177.96º 0.94% 0.31% -
HSV(B) 177.96º 0.97% 0.6% -
XYZ 16.56 24.6 31.48 -
YUV 107.48 150.3 54.91 -
System Red Green Blue C M Y K H S L
Decimal 5 152 147 0.97 0 0.03 0.40 177.96 0.94 0.31
Hex 5 98 93 61 0 3 28 B2 5E 1F
Octal 5 230 223 141 0 3 50 262 136 37
Binary 101 10011000 10010011 1100001 0 11 101000 10110010 1011110 11111

Color Harmonies of #059893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059893

Black with #059893

Text Example


Text Example

White with #059893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #059893; }

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

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

background-color css

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

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

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

border-color css

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

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

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