Html Css Color HEX #57546A Smoky

📋 copy color: '#57546A'

red 87 ◦ green 84 ◦ blue 106

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

Shades of Smoky #57546A

Tints of Smoky #57546A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 38.27%

R = 31.41%
G = 30.32%
B = 38.27%

CMYK

 C value IS 0.18

 M value IS 0.21

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#57546A (or 0x57546A) is known color: Smoky. HEX triplet: 57, 54 and 6A. RGB value is (87,84,106). Sum of RGB (Red+Green+Blue) = 87+84+106=277 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.41% from 277); Green value is 84 (33.20% from 255 or 30.32% from 277); Blue value is 106 (41.80% from 255 or 38.27% from 277); Max value from RGB is 106 - color contains mainly: blue. Hex color #57546A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57546A is #A8AB95. Grayscale: #575757. Windows color (decimal): -11053974 or 6968407. OLE color: 6968407.

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

Color convert

RGB 87 84 106 -
CMYK 0.18 0.21 0 0.58
HSL 248.18º 0.12% 0.37% -
HSV(B) 248.18º 0.21% 0.42% -
XYZ 9.7 9.41 14.94 -
YUV 87.41 138.49 127.71 -
System Red Green Blue C M Y K H S L
Decimal 87 84 106 0.18 0.21 0 0.58 248.18 0.12 0.37
Hex 57 54 6A 12 15 0 3A F8 C 25
Octal 127 124 152 22 25 0 72 370 14 45
Binary 1010111 1010100 1101010 10010 10101 0 111010 11111000 1100 100101

Color Harmonies of #57546A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57546A

Black with #57546A

Text Example


Text Example

White with #57546A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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