#5A5092

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

Shades of Victoria #5A5092

Tints of Victoria #5A5092

Color information

#5A5092 (or 0x5A5092) is unknown color: approx Victoria. HEX triplet: 5A, 50 and 92. RGB value is (90,80,146). Sum of RGB (Red+Green+Blue) = 90+80+146=316 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.48% from 316); Green value is 80 (31.64% from 255 or 25.32% from 316); Blue value is 146 (57.42% from 255 or 46.20% from 316); Max value from RGB is 146 - color contains mainly: blue. Hex color #5A5092 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A5092 is #A5AF6D. Grayscale: #5A5A5A. Windows color (decimal): -10858350 or 9588826. OLE color: 9588826.

HSL color Cylindrical-coordinate representation of color #5A5092: hue angle of 249.09º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5A5092 is Cyan = 0.38, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB9080146-
CMYK0.380.4500.43
HSL249.09º29.2%44.31%-
HSV(B)249.09º45.21%57.25%-
XYZ12.279.9928.47-
YUV90.51159.31127.63-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 28.48%
GREEN value IS 80 (31.64% from 255) = 25.32%
BLUE value IS 146 (57.42% from 255) = 46.20%
R=28.48%
G=25.32%
B=46.20%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal90801460.380.4500.43249.0929.244.31
Hex5A5092262D02Bf91d2c
Octal13212022246550533713554
Binary101101010100001001001010011010110101010111111100111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A5092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,80,146); }

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

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

 a { background-color: rgb(90,80,146); }

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

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

 span { border-color: rgb(90,80,146); }

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