Html Css Color HEX #575371 Smoky

📋 copy color: '#575371'

red 87 ◦ green 83 ◦ blue 113

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

Shades of Smoky #575371

Tints of Smoky #575371

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.33%

 BLUE value IS 113 (44.53% from 255) = 39.93%

R = 30.74%
G = 29.33%
B = 39.93%

CMYK

 C value IS 0.23

 M value IS 0.27

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#575371 (or 0x575371) is known color: Smoky. HEX triplet: 57, 53 and 71. RGB value is (87,83,113). Sum of RGB (Red+Green+Blue) = 87+83+113=283 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.74% from 283); Green value is 83 (32.81% from 255 or 29.33% from 283); Blue value is 113 (44.53% from 255 or 39.93% from 283); Max value from RGB is 113 - color contains mainly: blue. Hex color #575371 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575371 is #A8AC8E. Grayscale: #575757. Windows color (decimal): -11054223 or 7426903. OLE color: 7426903.

HSL color Cylindrical-coordinate representation of color #575371: hue angle of 248º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #575371 is Cyan = 0.23, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 87 83 113 -
CMYK 0.23 0.27 0 0.56
HSL 248º 0.15% 0.38% -
HSV(B) 248º 0.27% 0.44% -
XYZ 10 9.41 16.91 -
YUV 87.62 142.33 127.56 -
System Red Green Blue C M Y K H S L
Decimal 87 83 113 0.23 0.27 0 0.56 248 0.15 0.38
Hex 57 53 71 17 1B 0 38 F8 F 26
Octal 127 123 161 27 33 0 70 370 17 46
Binary 1010111 1010011 1110001 10111 11011 0 111000 11111000 1111 100110

Color Harmonies of #575371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575371

Black with #575371

Text Example


Text Example

White with #575371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575371; }

 p { color: rgb(87,83,113); }

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

background-color css

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

 a { background-color: rgb(87,83,113); }

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

border-color css

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

 span { border-color: rgb(87,83,113); }

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