#5B5077

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

Shades of Victoria #5B5077

Tints of Victoria #5B5077

Color information

#5B5077 (or 0x5B5077) is unknown color: approx Victoria. HEX triplet: 5B, 50 and 77. RGB value is (91,80,119). Sum of RGB (Red+Green+Blue) = 91+80+119=290 (38% of max value = 765). Red value is 91 (35.94% from 255 or 31.38% from 290); Green value is 80 (31.64% from 255 or 27.59% from 290); Blue value is 119 (46.88% from 255 or 41.03% from 290); Max value from RGB is 119 - color contains mainly: blue. Hex color #5B5077 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B5077 is #A4AF88. Grayscale: #575757. Windows color (decimal): -10792841 or 7819355. OLE color: 7819355.

HSL color Cylindrical-coordinate representation of color #5B5077: hue angle of 256.92º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5B5077 is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB9180119-
CMYK0.240.3300.53
HSL256.92º19.6%39.02%-
HSV(B)256.92º32.77%46.67%-
XYZ10.519.2918.69-
YUV87.74145.64130.33-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 31.38%
GREEN value IS 80 (31.64% from 255) = 27.59%
BLUE value IS 119 (46.88% from 255) = 41.03%
R=31.38%
G=27.59%
B=41.03%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal91801190.240.3300.53256.9219.639.02
Hex5B507718210351011427
Octal13312016730410654012447
Binary10110111010000111011111000100001011010110000000110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B5077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,80,119); }

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

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

 a { background-color: rgb(91,80,119); }

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

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

 span { border-color: rgb(91,80,119); }

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