Html Css Color HEX #57556B Smoky

📋 copy color: '#57556B'

red 87 ◦ green 85 ◦ blue 107

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

Shades of Smoky #57556B

Tints of Smoky #57556B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 30.47%

 BLUE value IS 107 (42.19% from 255) = 38.35%

R = 31.18%
G = 30.47%
B = 38.35%

CMYK

 C value IS 0.19

 M value IS 0.21

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#57556B (or 0x57556B) is known color: Smoky. HEX triplet: 57, 55 and 6B. RGB value is (87,85,107). Sum of RGB (Red+Green+Blue) = 87+85+107=279 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.18% from 279); Green value is 85 (33.59% from 255 or 30.47% from 279); Blue value is 107 (42.19% from 255 or 38.35% from 279); Max value from RGB is 107 - color contains mainly: blue. Hex color #57556B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57556B is #A8AA94. Grayscale: #585858. Windows color (decimal): -11053717 or 7034199. OLE color: 7034199.

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

Color convert

RGB 87 85 107 -
CMYK 0.19 0.21 0 0.58
HSL 245.45º 0.11% 0.38% -
HSV(B) 245.45º 0.21% 0.42% -
XYZ 9.83 9.58 15.24 -
YUV 88.11 138.66 127.21 -
System Red Green Blue C M Y K H S L
Decimal 87 85 107 0.19 0.21 0 0.58 245.45 0.11 0.38
Hex 57 55 6B 13 15 0 3A F5 B 26
Octal 127 125 153 23 25 0 72 365 13 46
Binary 1010111 1010101 1101011 10011 10101 0 111010 11110101 1011 100110

Color Harmonies of #57556B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57556B

Black with #57556B

Text Example


Text Example

White with #57556B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57556B; }

 p { color: rgb(87,85,107); }

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

background-color css

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

 a { background-color: rgb(87,85,107); }

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

border-color css

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

 span { border-color: rgb(87,85,107); }

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