Html Css Color HEX #575464 Smoky

📋 copy color: '#575464'

red 87 ◦ green 84 ◦ blue 100

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

Shades of Smoky #575464

Tints of Smoky #575464

RGB

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

 GREEN value IS 84 (33.2% from 255) = 31%

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

R = 32.1%
G = 31%
B = 36.9%

CMYK

 C value IS 0.13

 M value IS 0.16

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#575464 (or 0x575464) is known color: Smoky. HEX triplet: 57, 54 and 64. RGB value is (87,84,100). Sum of RGB (Red+Green+Blue) = 87+84+100=271 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.10% from 271); Green value is 84 (33.20% from 255 or 31.00% from 271); Blue value is 100 (39.45% from 255 or 36.90% from 271); Max value from RGB is 100 - color contains mainly: blue. Hex color #575464 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575464 is #A8AB9B. Grayscale: #565656. Windows color (decimal): -11053980 or 6575191. OLE color: 6575191.

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

Color convert

RGB 87 84 100 -
CMYK 0.13 0.16 0 0.61
HSL 251.25º 0.09% 0.36% -
HSV(B) 251.25º 0.16% 0.39% -
XYZ 9.4 9.29 13.35 -
YUV 86.72 135.49 128.2 -
System Red Green Blue C M Y K H S L
Decimal 87 84 100 0.13 0.16 0 0.61 251.25 0.09 0.36
Hex 57 54 64 D 10 0 3D FB 9 24
Octal 127 124 144 15 20 0 75 373 11 44
Binary 1010111 1010100 1100100 1101 10000 0 111101 11111011 1001 100100

Color Harmonies of #575464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575464

Black with #575464

Text Example


Text Example

White with #575464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575464; }

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

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

background-color css

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

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

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

border-color css

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

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

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