#5A538B

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

Shades of Victoria #5A538B

Tints of Victoria #5A538B

Color information

#5A538B (or 0x5A538B) is unknown color: approx Victoria. HEX triplet: 5A, 53 and 8B. RGB value is (90,83,139). Sum of RGB (Red+Green+Blue) = 90+83+139=312 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.85% from 312); Green value is 83 (32.81% from 255 or 26.60% from 312); Blue value is 139 (54.69% from 255 or 44.55% from 312); Max value from RGB is 139 - color contains mainly: blue. Hex color #5A538B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A538B is #A5AC74. Grayscale: #5B5B5B. Windows color (decimal): -10857589 or 9130842. OLE color: 9130842.

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

Color convert

RGB9083139-
CMYK0.350.4000.45
HSL247.5º25.23%43.53%-
HSV(B)247.5º40.29%54.51%-
XYZ11.9710.2225.77-
YUV91.48154.82126.95-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 28.85%
GREEN value IS 83 (32.81% from 255) = 26.60%
BLUE value IS 139 (54.69% from 255) = 44.55%
R=28.85%
G=26.60%
B=44.55%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal90831390.350.4000.45247.525.2343.53
Hex5A538B232802Df8192c
Octal13212321343500553703154
Binary101101010100111000101110001110100001011011111100011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A538B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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