#5B558A

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

Shades of Victoria #5B558A

Tints of Victoria #5B558A

Color information

#5B558A (or 0x5B558A) is unknown color: approx Victoria. HEX triplet: 5B, 55 and 8A. RGB value is (91,85,138). Sum of RGB (Red+Green+Blue) = 91+85+138=314 (41% of max value = 765). Red value is 91 (35.94% from 255 or 28.98% from 314); Green value is 85 (33.59% from 255 or 27.07% from 314); Blue value is 138 (54.30% from 255 or 43.95% from 314); Max value from RGB is 138 - color contains mainly: blue. Hex color #5B558A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B558A is #A4AA75. Grayscale: #5C5C5C. Windows color (decimal): -10791542 or 9065819. OLE color: 9065819.

HSL color Cylindrical-coordinate representation of color #5B558A: hue angle of 246.79º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5B558A is Cyan = 0.34, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB9185138-
CMYK0.340.3800.46
HSL246.79º23.77%43.73%-
HSV(B)246.79º38.41%54.12%-
XYZ12.1510.5625.44-
YUV92.84153.49126.69-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 28.98%
GREEN value IS 85 (33.59% from 255) = 27.07%
BLUE value IS 138 (54.30% from 255) = 43.95%
R=28.98%
G=27.07%
B=43.95%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal91851380.340.3800.46246.7923.7743.73
Hex5B558A222602Ef7182c
Octal13312521242460563673054
Binary101101110101011000101010001010011001011101111011111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B558A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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