#5F517C

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

Shades of Victoria #5F517C

Tints of Victoria #5F517C

Color information

#5F517C (or 0x5F517C) is unknown color: approx Victoria. HEX triplet: 5F, 51 and 7C. RGB value is (95,81,124). Sum of RGB (Red+Green+Blue) = 95+81+124=300 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.67% from 300); Green value is 81 (32.03% from 255 or 27% from 300); Blue value is 124 (48.83% from 255 or 41.33% from 300); Max value from RGB is 124 - color contains mainly: blue. Hex color #5F517C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F517C is #A0AE83. Grayscale: #595959. Windows color (decimal): -10530436 or 8147295. OLE color: 8147295.

HSL color Cylindrical-coordinate representation of color #5F517C: hue angle of 259.53º 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 #5F517C is Cyan = 0.23, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB9581124-
CMYK0.230.3500.51
HSL259.53º20.98%40.2%-
HSV(B)259.53º34.68%48.63%-
XYZ11.39.7720.36-
YUV90.09147.14131.5-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 31.67%
GREEN value IS 81 (32.03% from 255) = 27%
BLUE value IS 124 (48.83% from 255) = 41.33%
R=31.67%
G=27%
B=41.33%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal95811240.230.3500.51259.5320.9840.2
Hex5F517C17230331041528
Octal13712117427430634042550
Binary10111111010001111110010111100011011001110000010010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F517C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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