Html Css Color HEX #57556D Smoky

📋 copy color: '#57556D'

red 87 ◦ green 85 ◦ blue 109

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

Shades of Smoky #57556D

Tints of Smoky #57556D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 38.79%

R = 30.96%
G = 30.25%
B = 38.79%

CMYK

 C value IS 0.20

 M value IS 0.22

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#57556D (or 0x57556D) is known color: Smoky. HEX triplet: 57, 55 and 6D. RGB value is (87,85,109). Sum of RGB (Red+Green+Blue) = 87+85+109=281 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.96% from 281); Green value is 85 (33.59% from 255 or 30.25% from 281); Blue value is 109 (42.97% from 255 or 38.79% from 281); Max value from RGB is 109 - color contains mainly: blue. Hex color #57556D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57556D is #A8AA92. Grayscale: #585858. Windows color (decimal): -11053715 or 7165271. OLE color: 7165271.

HSL color Cylindrical-coordinate representation of color #57556D: hue angle of 245º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #57556D is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 87 85 109 -
CMYK 0.20 0.22 0 0.57
HSL 245º 0.12% 0.38% -
HSV(B) 245º 0.22% 0.43% -
XYZ 9.94 9.63 15.8 -
YUV 88.33 139.66 127.05 -
System Red Green Blue C M Y K H S L
Decimal 87 85 109 0.20 0.22 0 0.57 245 0.12 0.38
Hex 57 55 6D 14 16 0 39 F5 C 26
Octal 127 125 155 24 26 0 71 365 14 46
Binary 1010111 1010101 1101101 10100 10110 0 111001 11110101 1100 100110

Color Harmonies of #57556D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57556D

Black with #57556D

Text Example


Text Example

White with #57556D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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