#5A4F7B

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

Shades of Victoria #5A4F7B

Tints of Victoria #5A4F7B

Color information

#5A4F7B (or 0x5A4F7B) is unknown color: approx Victoria. HEX triplet: 5A, 4F and 7B. RGB value is (90,79,123). Sum of RGB (Red+Green+Blue) = 90+79+123=292 (38% of max value = 765). Red value is 90 (35.55% from 255 or 30.82% from 292); Green value is 79 (31.25% from 255 or 27.05% from 292); Blue value is 123 (48.44% from 255 or 42.12% from 292); Max value from RGB is 123 - color contains mainly: blue. Hex color #5A4F7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A4F7B is #A5B084. Grayscale: #575757. Windows color (decimal): -10858629 or 8081242. OLE color: 8081242.

HSL color Cylindrical-coordinate representation of color #5A4F7B: hue angle of 255º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5A4F7B is Cyan = 0.27, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB9079123-
CMYK0.270.3600.52
HSL255º21.78%39.61%-
HSV(B)255º35.77%48.24%-
XYZ10.599.219.96-
YUV87.3148.14129.92-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 30.82%
GREEN value IS 79 (31.25% from 255) = 27.05%
BLUE value IS 123 (48.44% from 255) = 42.12%
R=30.82%
G=27.05%
B=42.12%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal90791230.270.3600.5225521.7839.61
Hex5A4F7B1B24034ff1628
Octal13211717333440643772650
Binary1011010100111111110111101110010001101001111111110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A4F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,79,123); }

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

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

 a { background-color: rgb(90,79,123); }

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

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

 span { border-color: rgb(90,79,123); }

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