Html Css Color HEX #575071 Smoky

📋 copy color: '#575071'

red 87 ◦ green 80 ◦ blue 113

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

Shades of Smoky #575071

Tints of Smoky #575071

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.57%

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

R = 31.07%
G = 28.57%
B = 40.36%

CMYK

 C value IS 0.23

 M value IS 0.29

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#575071 (or 0x575071) is known color: Smoky. HEX triplet: 57, 50 and 71. RGB value is (87,80,113). Sum of RGB (Red+Green+Blue) = 87+80+113=280 (37% of max value = 765). Red value is 87 (34.38% from 255 or 31.07% from 280); Green value is 80 (31.64% from 255 or 28.57% from 280); Blue value is 113 (44.53% from 255 or 40.36% from 280); Max value from RGB is 113 - color contains mainly: blue. Hex color #575071 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575071 is #A8AF8E. Grayscale: #555555. Windows color (decimal): -11054991 or 7426135. OLE color: 7426135.

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

Color convert

RGB 87 80 113 -
CMYK 0.23 0.29 0 0.56
HSL 252.73º 0.17% 0.38% -
HSV(B) 252.73º 0.29% 0.44% -
XYZ 9.78 8.96 16.84 -
YUV 85.86 143.32 128.82 -
System Red Green Blue C M Y K H S L
Decimal 87 80 113 0.23 0.29 0 0.56 252.73 0.17 0.38
Hex 57 50 71 17 1D 0 38 FD 11 26
Octal 127 120 161 27 35 0 70 375 21 46
Binary 1010111 1010000 1110001 10111 11101 0 111000 11111101 10001 100110

Color Harmonies of #575071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575071

Black with #575071

Text Example


Text Example

White with #575071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575071; }

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

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

background-color css

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

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

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

border-color css

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

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

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