Html Css Color HEX #575463 Smoky

📋 copy color: '#575463'

red 87 ◦ green 84 ◦ blue 99

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

Shades of Smoky #575463

Tints of Smoky #575463

RGB

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

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

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

R = 32.22%
G = 31.11%
B = 36.67%

CMYK

 C value IS 0.12

 M value IS 0.15

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#575463 (or 0x575463) is known color: Smoky. HEX triplet: 57, 54 and 63. RGB value is (87,84,99). Sum of RGB (Red+Green+Blue) = 87+84+99=270 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.22% from 270); Green value is 84 (33.20% from 255 or 31.11% from 270); Blue value is 99 (39.06% from 255 or 36.67% from 270); Max value from RGB is 99 - color contains mainly: blue. Hex color #575463 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575463 is #A8AB9C. Grayscale: #565656. Windows color (decimal): -11053981 or 6509655. OLE color: 6509655.

HSL color Cylindrical-coordinate representation of color #575463: hue angle of 252º 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 #575463 is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 87 84 99 -
CMYK 0.12 0.15 0 0.61
HSL 252º 0.08% 0.36% -
HSV(B) 252º 0.15% 0.39% -
XYZ 9.35 9.27 13.1 -
YUV 86.61 134.99 128.28 -
System Red Green Blue C M Y K H S L
Decimal 87 84 99 0.12 0.15 0 0.61 252 0.08 0.36
Hex 57 54 63 C F 0 3D FC 8 24
Octal 127 124 143 14 17 0 75 374 10 44
Binary 1010111 1010100 1100011 1100 1111 0 111101 11111100 1000 100100

Color Harmonies of #575463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575463

Black with #575463

Text Example


Text Example

White with #575463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575463; }

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

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

background-color css

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

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

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

border-color css

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

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

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