#5B5279

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

Shades of Victoria #5B5279

Tints of Victoria #5B5279

Color information

#5B5279 (or 0x5B5279) is unknown color: approx Victoria. HEX triplet: 5B, 52 and 79. RGB value is (91,82,121). Sum of RGB (Red+Green+Blue) = 91+82+121=294 (38% of max value = 765). Red value is 91 (35.94% from 255 or 30.95% from 294); Green value is 82 (32.42% from 255 or 27.89% from 294); Blue value is 121 (47.66% from 255 or 41.16% from 294); Max value from RGB is 121 - color contains mainly: blue. Hex color #5B5279 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B5279 is #A4AD86. Grayscale: #585858. Windows color (decimal): -10792327 or 7950939. OLE color: 7950939.

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

Color convert

RGB9182121-
CMYK0.250.3200.53
HSL253.85º19.21%39.8%-
HSV(B)253.85º32.23%47.45%-
XYZ10.789.6419.38-
YUV89.14145.98129.33-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 30.95%
GREEN value IS 82 (32.42% from 255) = 27.89%
BLUE value IS 121 (47.66% from 255) = 41.16%
R=30.95%
G=27.89%
B=41.16%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal91821210.250.3200.53253.8519.2139.8
Hex5B52791920035fe1328
Octal13312217131400653762350
Binary1011011101001011110011100110000001101011111111010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B5279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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