#5B5180

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

Shades of Victoria #5B5180

Tints of Victoria #5B5180

Color information

#5B5180 (or 0x5B5180) is unknown color: approx Victoria. HEX triplet: 5B, 51 and 80. RGB value is (91,81,128). Sum of RGB (Red+Green+Blue) = 91+81+128=300 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.33% from 300); Green value is 81 (32.03% from 255 or 27% from 300); Blue value is 128 (50.39% from 255 or 42.67% from 300); Max value from RGB is 128 - color contains mainly: blue. Hex color #5B5180 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B5180 is #A4AE7F. Grayscale: #595959. Windows color (decimal): -10792576 or 8409435. OLE color: 8409435.

HSL color Cylindrical-coordinate representation of color #5B5180: hue angle of 252.77º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5B5180 is Cyan = 0.29, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB9181128-
CMYK0.290.3700.50
HSL252.77º22.49%40.98%-
HSV(B)252.77º36.72%50.2%-
XYZ11.159.6721.7-
YUV89.35149.81129.18-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 30.33%
GREEN value IS 81 (32.03% from 255) = 27%
BLUE value IS 128 (50.39% from 255) = 42.67%
R=30.33%
G=27%
B=42.67%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal91811280.290.3700.50252.7722.4940.98
Hex5B51801D25032fd1629
Octal13312120035450623752651
Binary10110111010001100000001110110010101100101111110110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B5180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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