Html Css Color HEX #605575 Smoky

📋 copy color: '#605575'

red 96 ◦ green 85 ◦ blue 117

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

Shades of Smoky #605575

Tints of Smoky #605575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 39.26%

R = 32.21%
G = 28.52%
B = 39.26%

CMYK

 C value IS 0.18

 M value IS 0.27

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#605575 (or 0x605575) is known color: Smoky. HEX triplet: 60, 55 and 75. RGB value is (96,85,117). Sum of RGB (Red+Green+Blue) = 96+85+117=298 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.21% from 298); Green value is 85 (33.59% from 255 or 28.52% from 298); Blue value is 117 (46.09% from 255 or 39.26% from 298); Max value from RGB is 117 - color contains mainly: blue. Hex color #605575 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605575 is #9FAA8A. Grayscale: #5B5B5B. Windows color (decimal): -10463883 or 7689568. OLE color: 7689568.

HSL color Cylindrical-coordinate representation of color #605575: hue angle of 260.62º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #605575 is Cyan = 0.18, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 96 85 117 -
CMYK 0.18 0.27 0 0.54
HSL 260.63º 0.16% 0.4% -
HSV(B) 260.63º 0.27% 0.46% -
XYZ 11.28 10.27 18.22 -
YUV 91.94 142.14 130.9 -
System Red Green Blue C M Y K H S L
Decimal 96 85 117 0.18 0.27 0 0.54 260.63 0.16 0.4
Hex 60 55 75 12 1B 0 36 105 10 28
Octal 140 125 165 22 33 0 66 405 20 50
Binary 1100000 1010101 1110101 10010 11011 0 110110 100000101 10000 101000

Color Harmonies of #605575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605575

Black with #605575

Text Example


Text Example

White with #605575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605575; }

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

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

background-color css

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

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

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

border-color css

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

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

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