#5C517C

Color #5C517C Victoria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Victoria #5C517C

Tints of Victoria #5C517C

Color information

#5C517C (or 0x5C517C) is unknown color: approx Victoria. HEX triplet: 5C, 51 and 7C. RGB value is (92,81,124). Sum of RGB (Red+Green+Blue) = 92+81+124=297 (39% of max value = 765). Red value is 92 (36.33% from 255 or 30.98% from 297); Green value is 81 (32.03% from 255 or 27.27% from 297); Blue value is 124 (48.83% from 255 or 41.75% from 297); Max value from RGB is 124 - color contains mainly: blue. Hex color #5C517C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C517C is #A3AE83. Grayscale: #595959. Windows color (decimal): -10727044 or 8147292. OLE color: 8147292.

HSL color Cylindrical-coordinate representation of color #5C517C: hue angle of 255.35º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5C517C is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB9281124-
CMYK0.260.3500.51
HSL255.35º20.98%40.2%-
HSV(B)255.35º34.68%48.63%-
XYZ10.999.6220.35-
YUV89.19147.64130-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 30.98%
GREEN value IS 81 (32.03% from 255) = 27.27%
BLUE value IS 124 (48.83% from 255) = 41.75%
R=30.98%
G=27.27%
B=41.75%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal92811240.260.3500.51255.3520.9840.2
Hex5C517C1A23033ff1528
Octal13412117432430633772550
Binary1011100101000111111001101010001101100111111111110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C517C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5C517C; }

 p { color: rgb(92,81,124); }

 H1.HeaderClassName
 {
   color: #5C517C;
 }
 .AnyTagClassName
 {
   color: #5C517C;
 }
</style>
background-color css

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

 a { background-color: rgb(92,81,124); }

 div.DivClassName
 {
   background-color: #5C517C;
 }
 .BgClassName
 {
   background-color: #5C517C;
 }
</style>
border-color css

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

 span { border-color: rgb(92,81,124); }

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