Html Css Color HEX #574F73 Smoky

📋 copy color: '#574F73'

red 87 ◦ green 79 ◦ blue 115

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

Shades of Smoky #574F73

Tints of Smoky #574F73

RGB

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

 GREEN value IS 79 (31.25% from 255) = 28.11%

 BLUE value IS 115 (45.31% from 255) = 40.93%

R = 30.96%
G = 28.11%
B = 40.93%

CMYK

 C value IS 0.24

 M value IS 0.31

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#574F73 (or 0x574F73) is known color: Smoky. HEX triplet: 57, 4F and 73. RGB value is (87,79,115). Sum of RGB (Red+Green+Blue) = 87+79+115=281 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.96% from 281); Green value is 79 (31.25% from 255 or 28.11% from 281); Blue value is 115 (45.31% from 255 or 40.93% from 281); Max value from RGB is 115 - color contains mainly: blue. Hex color #574F73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #574F73 is #A8B08C. Grayscale: #555555. Windows color (decimal): -11055245 or 7556951. OLE color: 7556951.

HSL color Cylindrical-coordinate representation of color #574F73: hue angle of 253.33º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #574F73 is Cyan = 0.24, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 87 79 115 -
CMYK 0.24 0.31 0 0.55
HSL 253.33º 0.19% 0.38% -
HSV(B) 253.33º 0.31% 0.45% -
XYZ 9.82 8.86 17.41 -
YUV 85.5 144.65 129.07 -
System Red Green Blue C M Y K H S L
Decimal 87 79 115 0.24 0.31 0 0.55 253.33 0.19 0.38
Hex 57 4F 73 18 1F 0 37 FD 13 26
Octal 127 117 163 30 37 0 67 375 23 46
Binary 1010111 1001111 1110011 11000 11111 0 110111 11111101 10011 100110

Color Harmonies of #574F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574F73

Black with #574F73

Text Example


Text Example

White with #574F73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574F73; }

 p { color: rgb(87,79,115); }

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

background-color css

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

 a { background-color: rgb(87,79,115); }

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

border-color css

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

 span { border-color: rgb(87,79,115); }

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