Html Css Color HEX #57546C Smoky

📋 copy color: '#57546C'

red 87 ◦ green 84 ◦ blue 108

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

Shades of Smoky #57546C

Tints of Smoky #57546C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 38.71%

R = 31.18%
G = 30.11%
B = 38.71%

CMYK

 C value IS 0.19

 M value IS 0.22

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#57546C (or 0x57546C) is known color: Smoky. HEX triplet: 57, 54 and 6C. RGB value is (87,84,108). Sum of RGB (Red+Green+Blue) = 87+84+108=279 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.18% from 279); Green value is 84 (33.20% from 255 or 30.11% from 279); Blue value is 108 (42.58% from 255 or 38.71% from 279); Max value from RGB is 108 - color contains mainly: blue. Hex color #57546C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57546C is #A8AB93. Grayscale: #575757. Windows color (decimal): -11053972 or 7099479. OLE color: 7099479.

HSL color Cylindrical-coordinate representation of color #57546C: hue angle of 247.5º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #57546C is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 87 84 108 -
CMYK 0.19 0.22 0 0.58
HSL 247.5º 0.13% 0.38% -
HSV(B) 247.5º 0.22% 0.42% -
XYZ 9.81 9.45 15.49 -
YUV 87.63 139.49 127.55 -
System Red Green Blue C M Y K H S L
Decimal 87 84 108 0.19 0.22 0 0.58 247.5 0.13 0.38
Hex 57 54 6C 13 16 0 3A F8 C 26
Octal 127 124 154 23 26 0 72 370 14 46
Binary 1010111 1010100 1101100 10011 10110 0 111010 11111000 1100 100110

Color Harmonies of #57546C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57546C

Black with #57546C

Text Example


Text Example

White with #57546C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57546C; }

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

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

background-color css

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

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

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

border-color css

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

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

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