Html Css Color HEX #575564 Smoky

📋 copy color: '#575564'

red 87 ◦ green 85 ◦ blue 100

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

Shades of Smoky #575564

Tints of Smoky #575564

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 36.76%

R = 31.99%
G = 31.25%
B = 36.76%

CMYK

 C value IS 0.13

 M value IS 0.15

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#575564 (or 0x575564) is known color: Smoky. HEX triplet: 57, 55 and 64. RGB value is (87,85,100). Sum of RGB (Red+Green+Blue) = 87+85+100=272 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.99% from 272); Green value is 85 (33.59% from 255 or 31.25% from 272); Blue value is 100 (39.45% from 255 or 36.76% from 272); Max value from RGB is 100 - color contains mainly: blue. Hex color #575564 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575564 is #A8AA9B. Grayscale: #575757. Windows color (decimal): -11053724 or 6575447. OLE color: 6575447.

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

Color convert

RGB 87 85 100 -
CMYK 0.13 0.15 0 0.61
HSL 248º 0.08% 0.36% -
HSV(B) 248º 0.15% 0.39% -
XYZ 9.48 9.44 13.38 -
YUV 87.31 135.16 127.78 -
System Red Green Blue C M Y K H S L
Decimal 87 85 100 0.13 0.15 0 0.61 248 0.08 0.36
Hex 57 55 64 D F 0 3D F8 8 24
Octal 127 125 144 15 17 0 75 370 10 44
Binary 1010111 1010101 1100100 1101 1111 0 111101 11111000 1000 100100

Color Harmonies of #575564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575564

Black with #575564

Text Example


Text Example

White with #575564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575564; }

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

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

background-color css

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

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

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

border-color css

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

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

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