Html Css Color HEX #605579 Smoky

📋 copy color: '#605579'

red 96 ◦ green 85 ◦ blue 121

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

Shades of Smoky #605579

Tints of Smoky #605579

RGB

 RED value IS 96 (37.89% from 255) = 31.79%

 GREEN value IS 85 (33.59% from 255) = 28.15%

 BLUE value IS 121 (47.66% from 255) = 40.07%

R = 31.79%
G = 28.15%
B = 40.07%

CMYK

 C value IS 0.21

 M value IS 0.30

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#605579 (or 0x605579) is known color: Smoky. HEX triplet: 60, 55 and 79. RGB value is (96,85,121). Sum of RGB (Red+Green+Blue) = 96+85+121=302 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.79% from 302); Green value is 85 (33.59% from 255 or 28.15% from 302); Blue value is 121 (47.66% from 255 or 40.07% from 302); Max value from RGB is 121 - color contains mainly: blue. Hex color #605579 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605579 is #9FAA86. Grayscale: #5C5C5C. Windows color (decimal): -10463879 or 7951712. OLE color: 7951712.

HSL color Cylindrical-coordinate representation of color #605579: hue angle of 258.33º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #605579 is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 96 85 121 -
CMYK 0.21 0.30 0 0.53
HSL 258.33º 0.17% 0.4% -
HSV(B) 258.33º 0.3% 0.47% -
XYZ 11.52 10.36 19.48 -
YUV 92.39 144.14 130.57 -
System Red Green Blue C M Y K H S L
Decimal 96 85 121 0.21 0.30 0 0.53 258.33 0.17 0.4
Hex 60 55 79 15 1E 0 35 102 11 28
Octal 140 125 171 25 36 0 65 402 21 50
Binary 1100000 1010101 1111001 10101 11110 0 110101 100000010 10001 101000

Color Harmonies of #605579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605579

Black with #605579

Text Example


Text Example

White with #605579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605579; }

 p { color: rgb(96,85,121); }

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

background-color css

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

 a { background-color: rgb(96,85,121); }

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

border-color css

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

 span { border-color: rgb(96,85,121); }

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