Html Css Color HEX #574F6E Smoky

📋 copy color: '#574F6E'

red 87 ◦ green 79 ◦ blue 110

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

Shades of Smoky #574F6E

Tints of Smoky #574F6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 39.86%

R = 31.52%
G = 28.62%
B = 39.86%

CMYK

 C value IS 0.21

 M value IS 0.28

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#574F6E (or 0x574F6E) is known color: Smoky. HEX triplet: 57, 4F and 6E. RGB value is (87,79,110). Sum of RGB (Red+Green+Blue) = 87+79+110=276 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.52% from 276); Green value is 79 (31.25% from 255 or 28.62% from 276); Blue value is 110 (43.36% from 255 or 39.86% from 276); Max value from RGB is 110 - color contains mainly: blue. Hex color #574F6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #574F6E is #A8B091. Grayscale: #545454. Windows color (decimal): -11055250 or 7229271. OLE color: 7229271.

HSL color Cylindrical-coordinate representation of color #574F6E: hue angle of 255.48º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #574F6E is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 87 79 110 -
CMYK 0.21 0.28 0 0.57
HSL 255.48º 0.16% 0.37% -
HSV(B) 255.48º 0.28% 0.43% -
XYZ 9.54 8.74 15.94 -
YUV 84.93 142.15 129.48 -
System Red Green Blue C M Y K H S L
Decimal 87 79 110 0.21 0.28 0 0.57 255.48 0.16 0.37
Hex 57 4F 6E 15 1C 0 39 FF 10 25
Octal 127 117 156 25 34 0 71 377 20 45
Binary 1010111 1001111 1101110 10101 11100 0 111001 11111111 10000 100101

Color Harmonies of #574F6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574F6E

Black with #574F6E

Text Example


Text Example

White with #574F6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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