Html Css Color HEX #605577 Smoky

📋 copy color: '#605577'

red 96 ◦ green 85 ◦ blue 119

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

Shades of Smoky #605577

Tints of Smoky #605577

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 39.67%

R = 32%
G = 28.33%
B = 39.67%

CMYK

 C value IS 0.19

 M value IS 0.29

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#605577 (or 0x605577) is known color: Smoky. HEX triplet: 60, 55 and 77. RGB value is (96,85,119). Sum of RGB (Red+Green+Blue) = 96+85+119=300 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32% from 300); Green value is 85 (33.59% from 255 or 28.33% from 300); Blue value is 119 (46.88% from 255 or 39.67% from 300); Max value from RGB is 119 - color contains mainly: blue. Hex color #605577 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605577 is #9FAA88. Grayscale: #5C5C5C. Windows color (decimal): -10463881 or 7820640. OLE color: 7820640.

HSL color Cylindrical-coordinate representation of color #605577: hue angle of 259.41º 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 #605577 is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 96 85 119 -
CMYK 0.19 0.29 0 0.53
HSL 259.41º 0.17% 0.4% -
HSV(B) 259.41º 0.29% 0.47% -
XYZ 11.4 10.32 18.84 -
YUV 92.17 143.14 130.74 -
System Red Green Blue C M Y K H S L
Decimal 96 85 119 0.19 0.29 0 0.53 259.41 0.17 0.4
Hex 60 55 77 13 1D 0 35 103 11 28
Octal 140 125 167 23 35 0 65 403 21 50
Binary 1100000 1010101 1110111 10011 11101 0 110101 100000011 10001 101000

Color Harmonies of #605577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605577

Black with #605577

Text Example


Text Example

White with #605577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605577; }

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

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

background-color css

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

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

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

border-color css

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

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

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