#5A568B

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

Shades of Victoria #5A568B

Tints of Victoria #5A568B

Color information

#5A568B (or 0x5A568B) is unknown color: approx Victoria. HEX triplet: 5A, 56 and 8B. RGB value is (90,86,139). Sum of RGB (Red+Green+Blue) = 90+86+139=315 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.57% from 315); Green value is 86 (33.98% from 255 or 27.30% from 315); Blue value is 139 (54.69% from 255 or 44.13% from 315); Max value from RGB is 139 - color contains mainly: blue. Hex color #5A568B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A568B is #A5A974. Grayscale: #5D5D5D. Windows color (decimal): -10856821 or 9131610. OLE color: 9131610.

HSL color Cylindrical-coordinate representation of color #5A568B: hue angle of 244.53º 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 #5A568B is Cyan = 0.35, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9086139-
CMYK0.350.3800.45
HSL244.53º23.56%44.12%-
HSV(B)244.53º38.13%54.51%-
XYZ12.210.6925.85-
YUV93.24153.83125.69-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 28.57%
GREEN value IS 86 (33.98% from 255) = 27.30%
BLUE value IS 139 (54.69% from 255) = 44.13%
R=28.57%
G=27.30%
B=44.13%

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
Decimal90861390.350.3800.45244.5323.5644.12
Hex5A568B232602Df5182c
Octal13212621343460553653054
Binary101101010101101000101110001110011001011011111010111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A568B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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