#5A5888

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

Shades of Victoria #5A5888

Tints of Victoria #5A5888

Color information

#5A5888 (or 0x5A5888) is unknown color: approx Victoria. HEX triplet: 5A, 58 and 88. RGB value is (90,88,136). Sum of RGB (Red+Green+Blue) = 90+88+136=314 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.66% from 314); Green value is 88 (34.77% from 255 or 28.03% from 314); Blue value is 136 (53.52% from 255 or 43.31% from 314); Max value from RGB is 136 - color contains mainly: blue. Hex color #5A5888 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A5888 is #A5A777. Grayscale: #5D5D5D. Windows color (decimal): -10856312 or 8935514. OLE color: 8935514.

HSL color Cylindrical-coordinate representation of color #5A5888: hue angle of 242.5º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5A5888 is Cyan = 0.34, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB9088136-
CMYK0.340.3500.47
HSL242.5º21.43%43.92%-
HSV(B)242.5º35.29%53.33%-
XYZ12.1510.9324.76-
YUV94.07151.66125.1-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 28.66%
GREEN value IS 88 (34.77% from 255) = 28.03%
BLUE value IS 136 (53.52% from 255) = 43.31%
R=28.66%
G=28.03%
B=43.31%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal90881360.340.3500.47242.521.4343.92
Hex5A5888222302Ff2152c
Octal13213021042430573622554
Binary101101010110001000100010001010001101011111111001010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A5888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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