#5D5294

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

Shades of Victoria #5D5294

Tints of Victoria #5D5294

Color information

#5D5294 (or 0x5D5294) is unknown color: approx Victoria. HEX triplet: 5D, 52 and 94. RGB value is (93,82,148). Sum of RGB (Red+Green+Blue) = 93+82+148=323 (42% of max value = 765). Red value is 93 (36.72% from 255 or 28.79% from 323); Green value is 82 (32.42% from 255 or 25.39% from 323); Blue value is 148 (58.20% from 255 or 45.82% from 323); Max value from RGB is 148 - color contains mainly: blue. Hex color #5D5294 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D5294 is #A2AD6B. Grayscale: #5C5C5C. Windows color (decimal): -10661228 or 9720413. OLE color: 9720413.

HSL color Cylindrical-coordinate representation of color #5D5294: hue angle of 250º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5D5294 is Cyan = 0.37, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB9382148-
CMYK0.370.4500.42
HSL250º28.7%45.1%-
HSV(B)250º44.59%58.04%-
XYZ12.8810.529.36-
YUV92.81159.14128.13-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 28.79%
GREEN value IS 82 (32.42% from 255) = 25.39%
BLUE value IS 148 (58.20% from 255) = 45.82%
R=28.79%
G=25.39%
B=45.82%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal93821480.370.4500.4225028.745.1
Hex5D5294252D02Afa1d2d
Octal13512222445550523723555
Binary101110110100101001010010010110110101010101111101011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D5294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,82,148); }

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

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

 a { background-color: rgb(93,82,148); }

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

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

 span { border-color: rgb(93,82,148); }

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