#5E5078

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

Shades of Victoria #5E5078

Tints of Victoria #5E5078

Color information

#5E5078 (or 0x5E5078) is unknown color: approx Victoria. HEX triplet: 5E, 50 and 78. RGB value is (94,80,120). Sum of RGB (Red+Green+Blue) = 94+80+120=294 (38% of max value = 765). Red value is 94 (37.11% from 255 or 31.97% from 294); Green value is 80 (31.64% from 255 or 27.21% from 294); Blue value is 120 (47.27% from 255 or 40.82% from 294); Max value from RGB is 120 - color contains mainly: blue. Hex color #5E5078 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E5078 is #A1AF87. Grayscale: #585858. Windows color (decimal): -10596232 or 7884894. OLE color: 7884894.

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

Color convert

RGB9480120-
CMYK0.220.3300.53
HSL261º20%39.22%-
HSV(B)261º33.33%47.06%-
XYZ10.879.4719.02-
YUV88.75145.64131.75-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 31.97%
GREEN value IS 80 (31.64% from 255) = 27.21%
BLUE value IS 120 (47.27% from 255) = 40.82%
R=31.97%
G=27.21%
B=40.82%

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
Decimal94801200.220.3300.532612039.22
Hex5E507816210351051427
Octal13612017026410654052447
Binary10111101010000111100010110100001011010110000010110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E5078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,80,120); }

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

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

 a { background-color: rgb(94,80,120); }

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

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

 span { border-color: rgb(94,80,120); }

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