#5A567A

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

Shades of Victoria #5A567A

Tints of Victoria #5A567A

Color information

#5A567A (or 0x5A567A) is unknown color: approx Victoria. HEX triplet: 5A, 56 and 7A. RGB value is (90,86,122). Sum of RGB (Red+Green+Blue) = 90+86+122=298 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.20% from 298); Green value is 86 (33.98% from 255 or 28.86% from 298); Blue value is 122 (48.05% from 255 or 40.94% from 298); Max value from RGB is 122 - color contains mainly: blue. Hex color #5A567A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A567A is #A5A985. Grayscale: #5B5B5B. Windows color (decimal): -10856838 or 8017498. OLE color: 8017498.

HSL color Cylindrical-coordinate representation of color #5A567A: hue angle of 246.67º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5A567A is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB9086122-
CMYK0.260.3000.52
HSL246.67º17.31%40.78%-
HSV(B)246.67º29.51%47.84%-
XYZ11.0610.2319.81-
YUV91.3145.33127.07-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 30.20%
GREEN value IS 86 (33.98% from 255) = 28.86%
BLUE value IS 122 (48.05% from 255) = 40.94%
R=30.20%
G=28.86%
B=40.94%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal90861220.260.3000.52246.6717.3140.78
Hex5A567A1A1E034f71129
Octal13212617232360643672151
Binary101101010101101111010110101111001101001111011110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A567A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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