#5B508E

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

Shades of Victoria #5B508E

Tints of Victoria #5B508E

Color information

#5B508E (or 0x5B508E) is unknown color: approx Victoria. HEX triplet: 5B, 50 and 8E. RGB value is (91,80,142). Sum of RGB (Red+Green+Blue) = 91+80+142=313 (41% of max value = 765). Red value is 91 (35.94% from 255 or 29.07% from 313); Green value is 80 (31.64% from 255 or 25.56% from 313); Blue value is 142 (55.86% from 255 or 45.37% from 313); Max value from RGB is 142 - color contains mainly: blue. Hex color #5B508E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B508E is #A4AF71. Grayscale: #5A5A5A. Windows color (decimal): -10792818 or 9326683. OLE color: 9326683.

HSL color Cylindrical-coordinate representation of color #5B508E: hue angle of 250.65º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5B508E is Cyan = 0.36, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB9180142-
CMYK0.360.4400.44
HSL250.65º27.93%43.53%-
HSV(B)250.65º43.66%55.69%-
XYZ12.079.9126.87-
YUV90.36157.14128.46-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 29.07%
GREEN value IS 80 (31.64% from 255) = 25.56%
BLUE value IS 142 (55.86% from 255) = 45.37%
R=29.07%
G=25.56%
B=45.37%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal91801420.360.4400.44250.6527.9343.53
Hex5B508E242C02Cfb1c2c
Octal13312021644540543733454
Binary101101110100001000111010010010110001011001111101111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B508E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,80,142); }

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

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

 a { background-color: rgb(91,80,142); }

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

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

 span { border-color: rgb(91,80,142); }

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