Html Css Color HEX #575174 Smoky

📋 copy color: '#575174'

red 87 ◦ green 81 ◦ blue 116

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

Shades of Smoky #575174

Tints of Smoky #575174

RGB

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

 GREEN value IS 81 (32.03% from 255) = 28.52%

 BLUE value IS 116 (45.7% from 255) = 40.85%

R = 30.63%
G = 28.52%
B = 40.85%

CMYK

 C value IS 0.25

 M value IS 0.30

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#575174 (or 0x575174) is known color: Smoky. HEX triplet: 57, 51 and 74. RGB value is (87,81,116). Sum of RGB (Red+Green+Blue) = 87+81+116=284 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.63% from 284); Green value is 81 (32.03% from 255 or 28.52% from 284); Blue value is 116 (45.70% from 255 or 40.85% from 284); Max value from RGB is 116 - color contains mainly: blue. Hex color #575174 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575174 is #A8AE8B. Grayscale: #565656. Windows color (decimal): -11054732 or 7622999. OLE color: 7622999.

HSL color Cylindrical-coordinate representation of color #575174: hue angle of 250.29º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #575174 is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 87 81 116 -
CMYK 0.25 0.30 0 0.55
HSL 250.29º 0.18% 0.39% -
HSV(B) 250.29º 0.3% 0.45% -
XYZ 10.03 9.17 17.76 -
YUV 86.78 144.49 128.15 -
System Red Green Blue C M Y K H S L
Decimal 87 81 116 0.25 0.30 0 0.55 250.29 0.18 0.39
Hex 57 51 74 19 1E 0 37 FA 12 27
Octal 127 121 164 31 36 0 67 372 22 47
Binary 1010111 1010001 1110100 11001 11110 0 110111 11111010 10010 100111

Color Harmonies of #575174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575174

Black with #575174

Text Example


Text Example

White with #575174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575174; }

 p { color: rgb(87,81,116); }

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

background-color css

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

 a { background-color: rgb(87,81,116); }

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

border-color css

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

 span { border-color: rgb(87,81,116); }

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