#5B5288

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

Shades of Victoria #5B5288

Tints of Victoria #5B5288

Color information

#5B5288 (or 0x5B5288) is unknown color: approx Victoria. HEX triplet: 5B, 52 and 88. RGB value is (91,82,136). Sum of RGB (Red+Green+Blue) = 91+82+136=309 (40% of max value = 765). Red value is 91 (35.94% from 255 or 29.45% from 309); Green value is 82 (32.42% from 255 or 26.54% from 309); Blue value is 136 (53.52% from 255 or 44.01% from 309); Max value from RGB is 136 - color contains mainly: blue. Hex color #5B5288 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B5288 is #A4AD77. Grayscale: #5A5A5A. Windows color (decimal): -10792312 or 8933979. OLE color: 8933979.

HSL color Cylindrical-coordinate representation of color #5B5288: hue angle of 250º 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 #5B5288 is Cyan = 0.33, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB9182136-
CMYK0.330.4000.47
HSL250º24.77%42.75%-
HSV(B)250º39.71%53.33%-
XYZ11.7810.0424.61-
YUV90.85153.48128.11-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 29.45%
GREEN value IS 82 (32.42% from 255) = 26.54%
BLUE value IS 136 (53.52% from 255) = 44.01%
R=29.45%
G=26.54%
B=44.01%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal91821360.330.4000.4725024.7742.75
Hex5B5288212802Ffa192b
Octal13312221041500573723153
Binary101101110100101000100010000110100001011111111101011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B5288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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