Html Css Color HEX #574F6C Smoky

📋 copy color: '#574F6C'

red 87 ◦ green 79 ◦ blue 108

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

Shades of Smoky #574F6C

Tints of Smoky #574F6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 39.42%

R = 31.75%
G = 28.83%
B = 39.42%

CMYK

 C value IS 0.19

 M value IS 0.27

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#574F6C (or 0x574F6C) is known color: Smoky. HEX triplet: 57, 4F and 6C. RGB value is (87,79,108). Sum of RGB (Red+Green+Blue) = 87+79+108=274 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.75% from 274); Green value is 79 (31.25% from 255 or 28.83% from 274); Blue value is 108 (42.58% from 255 or 39.42% from 274); Max value from RGB is 108 - color contains mainly: blue. Hex color #574F6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #574F6C is #A8B093. Grayscale: #545454. Windows color (decimal): -11055252 or 7098199. OLE color: 7098199.

HSL color Cylindrical-coordinate representation of color #574F6C: hue angle of 256.55º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #574F6C is Cyan = 0.19, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 87 79 108 -
CMYK 0.19 0.27 0 0.58
HSL 256.55º 0.16% 0.37% -
HSV(B) 256.55º 0.27% 0.42% -
XYZ 9.43 8.7 15.37 -
YUV 84.7 141.15 129.64 -
System Red Green Blue C M Y K H S L
Decimal 87 79 108 0.19 0.27 0 0.58 256.55 0.16 0.37
Hex 57 4F 6C 13 1B 0 3A 101 10 25
Octal 127 117 154 23 33 0 72 401 20 45
Binary 1010111 1001111 1101100 10011 11011 0 111010 100000001 10000 100101

Color Harmonies of #574F6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574F6C

Black with #574F6C

Text Example


Text Example

White with #574F6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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