#5A558E

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

Shades of Victoria #5A558E

Tints of Victoria #5A558E

Color information

#5A558E (or 0x5A558E) is unknown color: approx Victoria. HEX triplet: 5A, 55 and 8E. RGB value is (90,85,142). Sum of RGB (Red+Green+Blue) = 90+85+142=317 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.39% from 317); Green value is 85 (33.59% from 255 or 26.81% from 317); Blue value is 142 (55.86% from 255 or 44.79% from 317); Max value from RGB is 142 - color contains mainly: blue. Hex color #5A558E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A558E is #A5AA71. Grayscale: #5C5C5C. Windows color (decimal): -10857074 or 9327962. OLE color: 9327962.

HSL color Cylindrical-coordinate representation of color #5A558E: hue angle of 245.26º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5A558E is Cyan = 0.37, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB9085142-
CMYK0.370.4000.44
HSL245.26º25.11%44.51%-
HSV(B)245.26º40.14%55.69%-
XYZ12.3510.6226.99-
YUV92.99155.66125.87-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 28.39%
GREEN value IS 85 (33.59% from 255) = 26.81%
BLUE value IS 142 (55.86% from 255) = 44.79%
R=28.39%
G=26.81%
B=44.79%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal90851420.370.4000.44245.2625.1144.51
Hex5A558E252802Cf5192d
Octal13212521645500543653155
Binary101101010101011000111010010110100001011001111010111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A558E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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