#5A567E

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

Shades of Victoria #5A567E

Tints of Victoria #5A567E

Color information

#5A567E (or 0x5A567E) is unknown color: approx Victoria. HEX triplet: 5A, 56 and 7E. RGB value is (90,86,126). Sum of RGB (Red+Green+Blue) = 90+86+126=302 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.80% from 302); Green value is 86 (33.98% from 255 or 28.48% from 302); Blue value is 126 (49.61% from 255 or 41.72% from 302); Max value from RGB is 126 - color contains mainly: blue. Hex color #5A567E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A567E is #A5A981. Grayscale: #5B5B5B. Windows color (decimal): -10856834 or 8279642. OLE color: 8279642.

HSL color Cylindrical-coordinate representation of color #5A567E: hue angle of 246º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5A567E is Cyan = 0.29, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB9086126-
CMYK0.290.3200.51
HSL246º18.87%41.57%-
HSV(B)246º31.75%49.41%-
XYZ11.3110.3421.14-
YUV91.76147.33126.75-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 29.80%
GREEN value IS 86 (33.98% from 255) = 28.48%
BLUE value IS 126 (49.61% from 255) = 41.72%
R=29.80%
G=28.48%
B=41.72%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal90861260.290.3200.5124618.8741.57
Hex5A567E1D20033f6132a
Octal13212617635400633662352
Binary1011010101011011111101110110000001100111111011010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A567E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,86,126); }

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

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

 a { background-color: rgb(90,86,126); }

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

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

 span { border-color: rgb(90,86,126); }

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