Html Css Color HEX #059498 Dark Cyan

📋 copy color: '#059498'

red 5 ◦ green 148 ◦ blue 152

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

Shades of Dark Cyan #059498

Tints of Dark Cyan #059498

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 49.84%

R = 1.64%
G = 48.52%
B = 49.84%

CMYK

 C value IS 0.97

 M value IS 0.03

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#059498 (or 0x059498) is known color: Dark Cyan. HEX triplet: 05, 94 and 98. RGB value is (5,148,152). Sum of RGB (Red+Green+Blue) = 5+148+152=305 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.64% from 305); Green value is 148 (58.20% from 255 or 48.52% from 305); Blue value is 152 (59.77% from 255 or 49.84% from 305); Max value from RGB is 152 - color contains mainly: blue. Hex color #059498 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059498 is #FA6B67. Grayscale: #696969. Windows color (decimal): -16411496 or 9999365. OLE color: 9999365.

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

Color convert

RGB 5 148 152 -
CMYK 0.97 0.03 0 0.40
HSL 181.63º 0.94% 0.31% -
HSV(B) 181.63º 0.97% 0.6% -
XYZ 16.32 23.48 33.38 -
YUV 105.7 154.12 56.17 -
System Red Green Blue C M Y K H S L
Decimal 5 148 152 0.97 0.03 0 0.40 181.63 0.94 0.31
Hex 5 94 98 61 3 0 28 B6 5E 1F
Octal 5 224 230 141 3 0 50 266 136 37
Binary 101 10010100 10011000 1100001 11 0 101000 10110110 1011110 11111

Color Harmonies of #059498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059498

Black with #059498

Text Example


Text Example

White with #059498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #059498; }

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

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

background-color css

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

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

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

border-color css

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

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

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