#5B558E

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

Shades of Victoria #5B558E

Tints of Victoria #5B558E

Color information

#5B558E (or 0x5B558E) is unknown color: approx Victoria. HEX triplet: 5B, 55 and 8E. RGB value is (91,85,142). Sum of RGB (Red+Green+Blue) = 91+85+142=318 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.62% from 318); Green value is 85 (33.59% from 255 or 26.73% from 318); Blue value is 142 (55.86% from 255 or 44.65% from 318); Max value from RGB is 142 - color contains mainly: blue. Hex color #5B558E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B558E is #A4AA71. Grayscale: #5D5D5D. Windows color (decimal): -10791538 or 9327963. OLE color: 9327963.

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

Color convert

RGB9185142-
CMYK0.360.4000.44
HSL246.32º25.11%44.51%-
HSV(B)246.32º40.14%55.69%-
XYZ12.4510.6727-
YUV93.29155.49126.37-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 28.62%
GREEN value IS 85 (33.59% from 255) = 26.73%
BLUE value IS 142 (55.86% from 255) = 44.65%
R=28.62%
G=26.73%
B=44.65%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal91851420.360.4000.44246.3225.1144.51
Hex5B558E242802Cf6192d
Octal13312521644500543663155
Binary101101110101011000111010010010100001011001111011011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B558E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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