Html Css Color HEX #575563 Smoky

📋 copy color: '#575563'

red 87 ◦ green 85 ◦ blue 99

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

Shades of Smoky #575563

Tints of Smoky #575563

RGB

 RED value IS 87 (34.38% from 255) = 32.1%

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

 BLUE value IS 99 (39.06% from 255) = 36.53%

R = 32.1%
G = 31.37%
B = 36.53%

CMYK

 C value IS 0.12

 M value IS 0.14

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#575563 (or 0x575563) is known color: Smoky. HEX triplet: 57, 55 and 63. RGB value is (87,85,99). Sum of RGB (Red+Green+Blue) = 87+85+99=271 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.10% from 271); Green value is 85 (33.59% from 255 or 31.37% from 271); Blue value is 99 (39.06% from 255 or 36.53% from 271); Max value from RGB is 99 - color contains mainly: blue. Hex color #575563 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575563 is #A8AA9C. Grayscale: #575757. Windows color (decimal): -11053725 or 6509911. OLE color: 6509911.

HSL color Cylindrical-coordinate representation of color #575563: hue angle of 248.57º degrees, saturation: 0.08, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #575563 is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 87 85 99 -
CMYK 0.12 0.14 0 0.61
HSL 248.57º 0.08% 0.36% -
HSV(B) 248.57º 0.14% 0.39% -
XYZ 9.43 9.42 13.13 -
YUV 87.19 134.66 127.86 -
System Red Green Blue C M Y K H S L
Decimal 87 85 99 0.12 0.14 0 0.61 248.57 0.08 0.36
Hex 57 55 63 C E 0 3D F9 8 24
Octal 127 125 143 14 16 0 75 371 10 44
Binary 1010111 1010101 1100011 1100 1110 0 111101 11111001 1000 100100

Color Harmonies of #575563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575563

Black with #575563

Text Example


Text Example

White with #575563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575563; }

 p { color: rgb(87,85,99); }

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

background-color css

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

 a { background-color: rgb(87,85,99); }

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

border-color css

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

 span { border-color: rgb(87,85,99); }

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