#5A538F

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

Shades of Victoria #5A538F

Tints of Victoria #5A538F

Color information

#5A538F (or 0x5A538F) is unknown color: approx Victoria. HEX triplet: 5A, 53 and 8F. RGB value is (90,83,143). Sum of RGB (Red+Green+Blue) = 90+83+143=316 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.48% from 316); Green value is 83 (32.81% from 255 or 26.27% from 316); Blue value is 143 (56.25% from 255 or 45.25% from 316); Max value from RGB is 143 - color contains mainly: blue. Hex color #5A538F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A538F is #A5AC70. Grayscale: #5B5B5B. Windows color (decimal): -10857585 or 9392986. OLE color: 9392986.

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

Color convert

RGB9083143-
CMYK0.370.4200.44
HSL247º26.55%44.31%-
HSV(B)247º41.96%56.08%-
XYZ12.2710.3427.34-
YUV91.93156.82126.62-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 28.48%
GREEN value IS 83 (32.81% from 255) = 26.27%
BLUE value IS 143 (56.25% from 255) = 45.25%
R=28.48%
G=26.27%
B=45.25%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal90831430.370.4200.4424726.5544.31
Hex5A538F252A02Cf71b2c
Octal13212321745520543673354
Binary101101010100111000111110010110101001011001111011111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A538F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,83,143); }

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

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

 a { background-color: rgb(90,83,143); }

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

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

 span { border-color: rgb(90,83,143); }

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