Html Css Color HEX #605578 Smoky

📋 copy color: '#605578'

red 96 ◦ green 85 ◦ blue 120

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

Shades of Smoky #605578

Tints of Smoky #605578

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 39.87%

R = 31.89%
G = 28.24%
B = 39.87%

CMYK

 C value IS 0.2

 M value IS 0.29

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#605578 (or 0x605578) is known color: Smoky. HEX triplet: 60, 55 and 78. RGB value is (96,85,120). Sum of RGB (Red+Green+Blue) = 96+85+120=301 (39% of max value = 765). Red value is 96 (37.89% from 255 or 31.89% from 301); Green value is 85 (33.59% from 255 or 28.24% from 301); Blue value is 120 (47.27% from 255 or 39.87% from 301); Max value from RGB is 120 - color contains mainly: blue. Hex color #605578 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605578 is #9FAA87. Grayscale: #5C5C5C. Windows color (decimal): -10463880 or 7886176. OLE color: 7886176.

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

Color convert

RGB 96 85 120 -
CMYK 0.2 0.29 0 0.53
HSL 258.86º 0.17% 0.4% -
HSV(B) 258.86º 0.29% 0.47% -
XYZ 11.46 10.34 19.16 -
YUV 92.28 143.64 130.65 -
System Red Green Blue C M Y K H S L
Decimal 96 85 120 0.2 0.29 0 0.53 258.86 0.17 0.4
Hex 60 55 78 14 1D 0 35 103 11 28
Octal 140 125 170 24 35 0 65 403 21 50
Binary 1100000 1010101 1111000 10100 11101 0 110101 100000011 10001 101000

Color Harmonies of #605578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605578

Black with #605578

Text Example


Text Example

White with #605578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605578; }

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

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

background-color css

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

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

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

border-color css

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

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

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