Html Css Color HEX #595980 Comet

📋 copy color: '#595980'

red 89 ◦ green 89 ◦ blue 128

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

Shades of Comet #595980

Tints of Comet #595980

RGB

 RED value IS 89 (35.16% from 255) = 29.08%

 GREEN value IS 89 (35.16% from 255) = 29.08%

 BLUE value IS 128 (50.39% from 255) = 41.83%

R = 29.08%
G = 29.08%
B = 41.83%

CMYK

 C value IS 0.30

 M value IS 0.30

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#595980 (or 0x595980) is known color: Comet. HEX triplet: 59, 59 and 80. RGB value is (89,89,128). Sum of RGB (Red+Green+Blue) = 89+89+128=306 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.08% from 306); Green value is 89 (35.16% from 255 or 29.08% from 306); Blue value is 128 (50.39% from 255 or 41.83% from 306); Max value from RGB is 128 - color contains mainly: blue. Hex color #595980 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595980 is #A6A67F. Grayscale: #5D5D5D. Windows color (decimal): -10921600 or 8411481. OLE color: 8411481.

HSL color Cylindrical-coordinate representation of color #595980: hue angle of 240º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #595980 is Cyan = 0.30, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 89 89 128 -
CMYK 0.30 0.30 0 0.50
HSL 240º 0.18% 0.43% -
HSV(B) 240º 0.3% 0.5% -
XYZ 11.59 10.83 21.9 -
YUV 93.45 147.5 124.83 -
System Red Green Blue C M Y K H S L
Decimal 89 89 128 0.30 0.30 0 0.50 240 0.18 0.43
Hex 59 59 80 1E 1E 0 32 F0 12 2B
Octal 131 131 200 36 36 0 62 360 22 53
Binary 1011001 1011001 10000000 11110 11110 0 110010 11110000 10010 101011

Color Harmonies of #595980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595980

Black with #595980

Text Example


Text Example

White with #595980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595980; }

 p { color: rgb(89,89,128); }

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

background-color css

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

 a { background-color: rgb(89,89,128); }

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

border-color css

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

 span { border-color: rgb(89,89,128); }

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