#5A578B

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

Shades of Victoria #5A578B

Tints of Victoria #5A578B

Color information

#5A578B (or 0x5A578B) is unknown color: approx Victoria. HEX triplet: 5A, 57 and 8B. RGB value is (90,87,139). Sum of RGB (Red+Green+Blue) = 90+87+139=316 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.48% from 316); Green value is 87 (34.38% from 255 or 27.53% 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 #5A578B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A578B is #A5A874. Grayscale: #5D5D5D. Windows color (decimal): -10856565 or 9131866. OLE color: 9131866.

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

Color convert

RGB9087139-
CMYK0.350.3700.45
HSL243.46º23.01%44.31%-
HSV(B)243.46º37.41%54.51%-
XYZ12.2810.8525.87-
YUV93.82153.49125.27-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 28.48%
GREEN value IS 87 (34.38% from 255) = 27.53%
BLUE value IS 139 (54.69% from 255) = 43.99%
R=28.48%
G=27.53%
B=43.99%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal90871390.350.3700.45243.4623.0144.31
Hex5A578B232502Df3172c
Octal13212721343450553632754
Binary101101010101111000101110001110010101011011111001110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A578B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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