#5b568b

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

Shades of Victoria #5B568B

Tints of Victoria #5B568B

Color information

#5B568B (or 0x5B568B) is unknown color: approx Victoria. HEX triplet: 5B, 56 and 8B. RGB value is (91,86,139). Sum of RGB (Red+Green+Blue) = 91+86+139=316 (41% of max value = 765). Red value is 91 (35.94% from 255 or 28.80% from 316); Green value is 86 (33.98% from 255 or 27.22% from 316); Blue value is 139 (54.69% from 255 or 43.99% from 316); Max value from RGB is 139 - color contains mainly: blue. Hex color #5B568B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B568B is #A4A974. Grayscale: #5D5D5D. Windows color (decimal): -10791285 or 9131611. OLE color: 9131611.

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

Color convert

RGB9186139-
CMYK0.350.3800.45
HSL245.66º23.56%44.12%-
HSV(B)245.66º38.13%54.51%-
XYZ12.310.7425.85-
YUV93.54153.66126.19-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 28.80%
GREEN value IS 86 (33.98% from 255) = 27.22%
BLUE value IS 139 (54.69% from 255) = 43.99%
R=28.80%
G=27.22%
B=43.99%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal91861390.350.3800.45245.6623.5644.12
Hex5B568B232602Df6182c
Octal13312621343460553663054
Binary101101110101101000101110001110011001011011111011011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5b568b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,86,139); }

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

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

 a { background-color: rgb(91,86,139); }

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

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

 span { border-color: rgb(91,86,139); }

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