Html Css Color HEX #575570 Smoky

📋 copy color: '#575570'

red 87 ◦ green 85 ◦ blue 112

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

Shades of Smoky #575570

Tints of Smoky #575570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 39.44%

R = 30.63%
G = 29.93%
B = 39.44%

CMYK

 C value IS 0.22

 M value IS 0.24

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#575570 (or 0x575570) is known color: Smoky. HEX triplet: 57, 55 and 70. RGB value is (87,85,112). Sum of RGB (Red+Green+Blue) = 87+85+112=284 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.63% from 284); Green value is 85 (33.59% from 255 or 29.93% from 284); Blue value is 112 (44.14% from 255 or 39.44% from 284); Max value from RGB is 112 - color contains mainly: blue. Hex color #575570 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575570 is #A8AA8F. Grayscale: #585858. Windows color (decimal): -11053712 or 7361879. OLE color: 7361879.

HSL color Cylindrical-coordinate representation of color #575570: hue angle of 244.44º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #575570 is Cyan = 0.22, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 87 85 112 -
CMYK 0.22 0.24 0 0.56
HSL 244.44º 0.14% 0.39% -
HSV(B) 244.44º 0.24% 0.44% -
XYZ 10.1 9.69 16.67 -
YUV 88.68 141.16 126.8 -
System Red Green Blue C M Y K H S L
Decimal 87 85 112 0.22 0.24 0 0.56 244.44 0.14 0.39
Hex 57 55 70 16 18 0 38 F4 E 27
Octal 127 125 160 26 30 0 70 364 16 47
Binary 1010111 1010101 1110000 10110 11000 0 111000 11110100 1110 100111

Color Harmonies of #575570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575570

Black with #575570

Text Example


Text Example

White with #575570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575570; }

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

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

background-color css

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

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

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

border-color css

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

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

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