Html Css Color HEX #575374 Smoky

📋 copy color: '#575374'

red 87 ◦ green 83 ◦ blue 116

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

Shades of Smoky #575374

Tints of Smoky #575374

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.02%

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

R = 30.42%
G = 29.02%
B = 40.56%

CMYK

 C value IS 0.25

 M value IS 0.28

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#575374 (or 0x575374) is known color: Smoky. HEX triplet: 57, 53 and 74. RGB value is (87,83,116). Sum of RGB (Red+Green+Blue) = 87+83+116=286 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.42% from 286); Green value is 83 (32.81% from 255 or 29.02% from 286); Blue value is 116 (45.70% from 255 or 40.56% from 286); Max value from RGB is 116 - color contains mainly: blue. Hex color #575374 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575374 is #A8AC8B. Grayscale: #575757. Windows color (decimal): -11054220 or 7623511. OLE color: 7623511.

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

Color convert

RGB 87 83 116 -
CMYK 0.25 0.28 0 0.55
HSL 247.27º 0.17% 0.39% -
HSV(B) 247.27º 0.28% 0.45% -
XYZ 10.18 9.47 17.82 -
YUV 87.96 143.83 127.32 -
System Red Green Blue C M Y K H S L
Decimal 87 83 116 0.25 0.28 0 0.55 247.27 0.17 0.39
Hex 57 53 74 19 1C 0 37 F7 11 27
Octal 127 123 164 31 34 0 67 367 21 47
Binary 1010111 1010011 1110100 11001 11100 0 110111 11110111 10001 100111

Color Harmonies of #575374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575374

Black with #575374

Text Example


Text Example

White with #575374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575374; }

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

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

background-color css

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

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

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

border-color css

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

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

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