Html Css Color HEX #575470 Smoky

📋 copy color: '#575470'

red 87 ◦ green 84 ◦ blue 112

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

Shades of Smoky #575470

Tints of Smoky #575470

RGB

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

 GREEN value IS 84 (33.2% from 255) = 29.68%

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

R = 30.74%
G = 29.68%
B = 39.58%

CMYK

 C value IS 0.22

 M value IS 0.25

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#575470 (or 0x575470) is known color: Smoky. HEX triplet: 57, 54 and 70. RGB value is (87,84,112). Sum of RGB (Red+Green+Blue) = 87+84+112=283 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.74% from 283); Green value is 84 (33.20% from 255 or 29.68% from 283); Blue value is 112 (44.14% from 255 or 39.58% from 283); Max value from RGB is 112 - color contains mainly: blue. Hex color #575470 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575470 is #A8AB8F. Grayscale: #575757. Windows color (decimal): -11053968 or 7361623. OLE color: 7361623.

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

Color convert

RGB 87 84 112 -
CMYK 0.22 0.25 0 0.56
HSL 246.43º 0.14% 0.38% -
HSV(B) 246.43º 0.25% 0.44% -
XYZ 10.03 9.54 16.64 -
YUV 88.09 141.49 127.22 -
System Red Green Blue C M Y K H S L
Decimal 87 84 112 0.22 0.25 0 0.56 246.43 0.14 0.38
Hex 57 54 70 16 19 0 38 F6 E 26
Octal 127 124 160 26 31 0 70 366 16 46
Binary 1010111 1010100 1110000 10110 11001 0 111000 11110110 1110 100110

Color Harmonies of #575470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575470

Black with #575470

Text Example


Text Example

White with #575470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575470; }

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

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

background-color css

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

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

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

border-color css

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

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

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