#5E507A

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

Shades of Victoria #5E507A

Tints of Victoria #5E507A

Color information

#5E507A (or 0x5E507A) is unknown color: approx Victoria. HEX triplet: 5E, 50 and 7A. RGB value is (94,80,122). Sum of RGB (Red+Green+Blue) = 94+80+122=296 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.76% from 296); Green value is 80 (31.64% from 255 or 27.03% from 296); Blue value is 122 (48.05% from 255 or 41.22% from 296); Max value from RGB is 122 - color contains mainly: blue. Hex color #5E507A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E507A is #A1AF85. Grayscale: #585858. Windows color (decimal): -10596230 or 8015966. OLE color: 8015966.

HSL color Cylindrical-coordinate representation of color #5E507A: hue angle of 260º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5E507A is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB9480122-
CMYK0.230.3400.52
HSL260º20.79%39.61%-
HSV(B)260º34.43%47.84%-
XYZ119.5219.67-
YUV88.97146.64131.58-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 31.76%
GREEN value IS 80 (31.64% from 255) = 27.03%
BLUE value IS 122 (48.05% from 255) = 41.22%
R=31.76%
G=27.03%
B=41.22%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal94801220.230.3400.5226020.7939.61
Hex5E507A17220341041528
Octal13612017227420644042550
Binary10111101010000111101010111100010011010010000010010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E507A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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