Html Css Color HEX #57556E Smoky

📋 copy color: '#57556E'

red 87 ◦ green 85 ◦ blue 110

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

Shades of Smoky #57556E

Tints of Smoky #57556E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 39.01%

R = 30.85%
G = 30.14%
B = 39.01%

CMYK

 C value IS 0.21

 M value IS 0.23

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#57556E (or 0x57556E) is known color: Smoky. HEX triplet: 57, 55 and 6E. RGB value is (87,85,110). Sum of RGB (Red+Green+Blue) = 87+85+110=282 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.85% from 282); Green value is 85 (33.59% from 255 or 30.14% from 282); Blue value is 110 (43.36% from 255 or 39.01% from 282); Max value from RGB is 110 - color contains mainly: blue. Hex color #57556E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57556E is #A8AA91. Grayscale: #585858. Windows color (decimal): -11053714 or 7230807. OLE color: 7230807.

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

Color convert

RGB 87 85 110 -
CMYK 0.21 0.23 0 0.57
HSL 244.8º 0.13% 0.38% -
HSV(B) 244.8º 0.23% 0.43% -
XYZ 9.99 9.65 16.09 -
YUV 88.45 140.16 126.97 -
System Red Green Blue C M Y K H S L
Decimal 87 85 110 0.21 0.23 0 0.57 244.8 0.13 0.38
Hex 57 55 6E 15 17 0 39 F5 D 26
Octal 127 125 156 25 27 0 71 365 15 46
Binary 1010111 1010101 1101110 10101 10111 0 111001 11110101 1101 100110

Color Harmonies of #57556E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57556E

Black with #57556E

Text Example


Text Example

White with #57556E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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