#5B5178

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

Shades of Victoria #5B5178

Tints of Victoria #5B5178

Color information

#5B5178 (or 0x5B5178) is unknown color: approx Victoria. HEX triplet: 5B, 51 and 78. RGB value is (91,81,120). Sum of RGB (Red+Green+Blue) = 91+81+120=292 (38% of max value = 765). Red value is 91 (35.94% from 255 or 31.16% from 292); Green value is 81 (32.03% from 255 or 27.74% from 292); Blue value is 120 (47.27% from 255 or 41.10% from 292); Max value from RGB is 120 - color contains mainly: blue. Hex color #5B5178 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B5178 is #A4AE87. Grayscale: #585858. Windows color (decimal): -10792584 or 7885147. OLE color: 7885147.

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

Color convert

RGB9181120-
CMYK0.240.3200.53
HSL255.38º19.4%39.41%-
HSV(B)255.38º32.5%47.06%-
XYZ10.659.4719.04-
YUV88.44145.81129.83-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 31.16%
GREEN value IS 81 (32.03% from 255) = 27.74%
BLUE value IS 120 (47.27% from 255) = 41.10%
R=31.16%
G=27.74%
B=41.10%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal91811200.240.3200.53255.3819.439.41
Hex5B51781820035ff1327
Octal13312117030400653772347
Binary1011011101000111110001100010000001101011111111110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B5178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,81,120); }

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

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

 a { background-color: rgb(91,81,120); }

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

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

 span { border-color: rgb(91,81,120); }

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