Html Css Color HEX #575376 Smoky

📋 copy color: '#575376'

red 87 ◦ green 83 ◦ blue 118

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

Shades of Smoky #575376

Tints of Smoky #575376

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 40.97%

R = 30.21%
G = 28.82%
B = 40.97%

CMYK

 C value IS 0.26

 M value IS 0.30

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#575376 (or 0x575376) is known color: Smoky. HEX triplet: 57, 53 and 76. RGB value is (87,83,118). Sum of RGB (Red+Green+Blue) = 87+83+118=288 (38% of max value = 765). Red value is 87 (34.38% from 255 or 30.21% from 288); Green value is 83 (32.81% from 255 or 28.82% from 288); Blue value is 118 (46.48% from 255 or 40.97% from 288); Max value from RGB is 118 - color contains mainly: blue. Hex color #575376 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575376 is #A8AC89. Grayscale: #585858. Windows color (decimal): -11054218 or 7754583. OLE color: 7754583.

HSL color Cylindrical-coordinate representation of color #575376: hue angle of 246.86º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #575376 is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 87 83 118 -
CMYK 0.26 0.30 0 0.54
HSL 246.86º 0.17% 0.39% -
HSV(B) 246.86º 0.3% 0.46% -
XYZ 10.29 9.52 18.43 -
YUV 88.19 144.83 127.15 -
System Red Green Blue C M Y K H S L
Decimal 87 83 118 0.26 0.30 0 0.54 246.86 0.17 0.39
Hex 57 53 76 1A 1E 0 36 F7 11 27
Octal 127 123 166 32 36 0 66 367 21 47
Binary 1010111 1010011 1110110 11010 11110 0 110110 11110111 10001 100111

Color Harmonies of #575376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575376

Black with #575376

Text Example


Text Example

White with #575376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575376; }

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

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

background-color css

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

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

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

border-color css

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

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

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