#5D5278

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

Shades of Victoria #5D5278

Tints of Victoria #5D5278

Color information

#5D5278 (or 0x5D5278) is unknown color: approx Victoria. HEX triplet: 5D, 52 and 78. RGB value is (93,82,120). Sum of RGB (Red+Green+Blue) = 93+82+120=295 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31.53% from 295); Green value is 82 (32.42% from 255 or 27.80% from 295); Blue value is 120 (47.27% from 255 or 40.68% from 295); Max value from RGB is 120 - color contains mainly: blue. Hex color #5D5278 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D5278 is #A2AD87. Grayscale: #595959. Windows color (decimal): -10661256 or 7885405. OLE color: 7885405.

HSL color Cylindrical-coordinate representation of color #5D5278: hue angle of 257.37º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5D5278 is Cyan = 0.22, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB9382120-
CMYK0.220.3200.53
HSL257.37º18.81%39.61%-
HSV(B)257.37º31.67%47.06%-
XYZ10.929.7219.07-
YUV89.62145.14130.41-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 31.53%
GREEN value IS 82 (32.42% from 255) = 27.80%
BLUE value IS 120 (47.27% from 255) = 40.68%
R=31.53%
G=27.80%
B=40.68%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal93821200.220.3200.53257.3718.8139.61
Hex5D527816200351011328
Octal13512217026400654012350
Binary10111011010010111100010110100000011010110000000110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D5278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,82,120); }

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

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

 a { background-color: rgb(93,82,120); }

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

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

 span { border-color: rgb(93,82,120); }

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