#5A558C

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

Shades of Victoria #5A558C

Tints of Victoria #5A558C

Color information

#5A558C (or 0x5A558C) is unknown color: approx Victoria. HEX triplet: 5A, 55 and 8C. RGB value is (90,85,140). Sum of RGB (Red+Green+Blue) = 90+85+140=315 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.57% from 315); Green value is 85 (33.59% from 255 or 26.98% from 315); Blue value is 140 (55.08% from 255 or 44.44% from 315); Max value from RGB is 140 - color contains mainly: blue. Hex color #5A558C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A558C is #A5AA73. Grayscale: #5C5C5C. Windows color (decimal): -10857076 or 9196890. OLE color: 9196890.

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

Color convert

RGB9085140-
CMYK0.360.3900.45
HSL245.45º24.44%44.12%-
HSV(B)245.45º39.29%54.9%-
XYZ12.210.5626.21-
YUV92.76154.66126.03-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 28.57%
GREEN value IS 85 (33.59% from 255) = 26.98%
BLUE value IS 140 (55.08% from 255) = 44.44%
R=28.57%
G=26.98%
B=44.44%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal90851400.360.3900.45245.4524.4444.12
Hex5A558C242702Df5182c
Octal13212521444470553653054
Binary101101010101011000110010010010011101011011111010111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A558C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,85,140); }

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

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

 a { background-color: rgb(90,85,140); }

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

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

 span { border-color: rgb(90,85,140); }

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