#5D5077

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

Shades of Victoria #5D5077

Tints of Victoria #5D5077

Color information

#5D5077 (or 0x5D5077) is unknown color: approx Victoria. HEX triplet: 5D, 50 and 77. RGB value is (93,80,119). Sum of RGB (Red+Green+Blue) = 93+80+119=292 (38% of max value = 765). Red value is 93 (36.72% from 255 or 31.85% from 292); Green value is 80 (31.64% from 255 or 27.40% from 292); Blue value is 119 (46.88% from 255 or 40.75% from 292); Max value from RGB is 119 - color contains mainly: blue. Hex color #5D5077 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D5077 is #A2AF88. Grayscale: #585858. Windows color (decimal): -10661769 or 7819357. OLE color: 7819357.

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

Color convert

RGB9380119-
CMYK0.220.3300.53
HSL260º19.6%39.02%-
HSV(B)260º32.77%46.67%-
XYZ10.719.418.7-
YUV88.33145.31131.33-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 31.85%
GREEN value IS 80 (31.64% from 255) = 27.40%
BLUE value IS 119 (46.88% from 255) = 40.75%
R=31.85%
G=27.40%
B=40.75%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal93801190.220.3300.5326019.639.02
Hex5D507716210351041427
Octal13512016726410654042447
Binary10111011010000111011110110100001011010110000010010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D5077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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