Html Css Color HEX #575472 Smoky

📋 copy color: '#575472'

red 87 ◦ green 84 ◦ blue 114

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

Shades of Smoky #575472

Tints of Smoky #575472

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 40%

R = 30.53%
G = 29.47%
B = 40%

CMYK

 C value IS 0.24

 M value IS 0.26

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#575472 (or 0x575472) is known color: Smoky. HEX triplet: 57, 54 and 72. RGB value is (87,84,114). Sum of RGB (Red+Green+Blue) = 87+84+114=285 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.53% from 285); Green value is 84 (33.20% from 255 or 29.47% from 285); Blue value is 114 (44.92% from 255 or 40% from 285); Max value from RGB is 114 - color contains mainly: blue. Hex color #575472 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575472 is #A8AB8D. Grayscale: #585858. Windows color (decimal): -11053966 or 7492695. OLE color: 7492695.

HSL color Cylindrical-coordinate representation of color #575472: hue angle of 246º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #575472 is Cyan = 0.24, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 87 84 114 -
CMYK 0.24 0.26 0 0.55
HSL 246º 0.15% 0.39% -
HSV(B) 246º 0.26% 0.45% -
XYZ 10.14 9.58 17.23 -
YUV 88.32 142.49 127.06 -
System Red Green Blue C M Y K H S L
Decimal 87 84 114 0.24 0.26 0 0.55 246 0.15 0.39
Hex 57 54 72 18 1A 0 37 F6 F 27
Octal 127 124 162 30 32 0 67 366 17 47
Binary 1010111 1010100 1110010 11000 11010 0 110111 11110110 1111 100111

Color Harmonies of #575472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575472

Black with #575472

Text Example


Text Example

White with #575472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575472; }

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

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

background-color css

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

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

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

border-color css

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

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

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