Html Css Color HEX #575468 Smoky

📋 copy color: '#575468'

red 87 ◦ green 84 ◦ blue 104

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

Shades of Smoky #575468

Tints of Smoky #575468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 37.82%

R = 31.64%
G = 30.55%
B = 37.82%

CMYK

 C value IS 0.16

 M value IS 0.19

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#575468 (or 0x575468) is known color: Smoky. HEX triplet: 57, 54 and 68. RGB value is (87,84,104). Sum of RGB (Red+Green+Blue) = 87+84+104=275 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.64% from 275); Green value is 84 (33.20% from 255 or 30.55% from 275); Blue value is 104 (41.02% from 255 or 37.82% from 275); Max value from RGB is 104 - color contains mainly: blue. Hex color #575468 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575468 is #A8AB97. Grayscale: #575757. Windows color (decimal): -11053976 or 6837335. OLE color: 6837335.

HSL color Cylindrical-coordinate representation of color #575468: hue angle of 249º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #575468 is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 87 84 104 -
CMYK 0.16 0.19 0 0.59
HSL 249º 0.11% 0.37% -
HSV(B) 249º 0.19% 0.41% -
XYZ 9.6 9.37 14.4 -
YUV 87.18 137.49 127.87 -
System Red Green Blue C M Y K H S L
Decimal 87 84 104 0.16 0.19 0 0.59 249 0.11 0.37
Hex 57 54 68 10 13 0 3B F9 B 25
Octal 127 124 150 20 23 0 73 371 13 45
Binary 1010111 1010100 1101000 10000 10011 0 111011 11111001 1011 100101

Color Harmonies of #575468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575468

Black with #575468

Text Example


Text Example

White with #575468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575468; }

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

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

background-color css

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

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

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

border-color css

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

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

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