#5A5288

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

Shades of Victoria #5A5288

Tints of Victoria #5A5288

Color information

#5A5288 (or 0x5A5288) is unknown color: approx Victoria. HEX triplet: 5A, 52 and 88. RGB value is (90,82,136). Sum of RGB (Red+Green+Blue) = 90+82+136=308 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.22% from 308); Green value is 82 (32.42% from 255 or 26.62% from 308); Blue value is 136 (53.52% from 255 or 44.16% from 308); Max value from RGB is 136 - color contains mainly: blue. Hex color #5A5288 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A5288 is #A5AD77. Grayscale: #5A5A5A. Windows color (decimal): -10857848 or 8933978. OLE color: 8933978.

HSL color Cylindrical-coordinate representation of color #5A5288: hue angle of 248.89º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5A5288 is Cyan = 0.34, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB9082136-
CMYK0.340.4000.47
HSL248.89º24.77%42.75%-
HSV(B)248.89º39.71%53.33%-
XYZ11.689.9924.6-
YUV90.55153.65127.61-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 29.22%
GREEN value IS 82 (32.42% from 255) = 26.62%
BLUE value IS 136 (53.52% from 255) = 44.16%
R=29.22%
G=26.62%
B=44.16%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal90821360.340.4000.47248.8924.7742.75
Hex5A5288222802Ff9192b
Octal13212221042500573713153
Binary101101010100101000100010001010100001011111111100111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A5288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,82,136); }

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

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

 a { background-color: rgb(90,82,136); }

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

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

 span { border-color: rgb(90,82,136); }

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