#5B547B

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

Shades of Victoria #5B547B

Tints of Victoria #5B547B

Color information

#5B547B (or 0x5B547B) is unknown color: approx Victoria. HEX triplet: 5B, 54 and 7B. RGB value is (91,84,123). Sum of RGB (Red+Green+Blue) = 91+84+123=298 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.54% from 298); Green value is 84 (33.20% from 255 or 28.19% from 298); Blue value is 123 (48.44% from 255 or 41.28% from 298); Max value from RGB is 123 - color contains mainly: blue. Hex color #5B547B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B547B is #A4AB84. Grayscale: #5A5A5A. Windows color (decimal): -10791813 or 8082523. OLE color: 8082523.

HSL color Cylindrical-coordinate representation of color #5B547B: hue angle of 250.77º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5B547B is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB9184123-
CMYK0.260.3200.52
HSL250.77º18.84%40.59%-
HSV(B)250.77º31.71%48.24%-
XYZ11.069.9920.09-
YUV90.54146.32128.33-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 30.54%
GREEN value IS 84 (33.20% from 255) = 28.19%
BLUE value IS 123 (48.44% from 255) = 41.28%
R=30.54%
G=28.19%
B=41.28%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal91841230.260.3200.52250.7718.8440.59
Hex5B547B1A20034fb1329
Octal13312417332400643732351
Binary1011011101010011110111101010000001101001111101110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B547B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,84,123); }

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

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

 a { background-color: rgb(91,84,123); }

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

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

 span { border-color: rgb(91,84,123); }

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