#5D4F8E

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

Shades of Victoria #5D4F8E

Tints of Victoria #5D4F8E

Color information

#5D4F8E (or 0x5D4F8E) is unknown color: approx Victoria. HEX triplet: 5D, 4F and 8E. RGB value is (93,79,142). Sum of RGB (Red+Green+Blue) = 93+79+142=314 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.62% from 314); Green value is 79 (31.25% from 255 or 25.16% from 314); Blue value is 142 (55.86% from 255 or 45.22% from 314); Max value from RGB is 142 - color contains mainly: blue. Hex color #5D4F8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D4F8E is #A2B071. Grayscale: #5A5A5A. Windows color (decimal): -10662002 or 9326429. OLE color: 9326429.

HSL color Cylindrical-coordinate representation of color #5D4F8E: hue angle of 253.33º degrees, saturation: 0.29, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5D4F8E is Cyan = 0.35, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB9379142-
CMYK0.350.4400.44
HSL253.33º28.51%43.33%-
HSV(B)253.33º44.37%55.69%-
XYZ12.199.8726.85-
YUV90.37157.14129.88-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 29.62%
GREEN value IS 79 (31.25% from 255) = 25.16%
BLUE value IS 142 (55.86% from 255) = 45.22%
R=29.62%
G=25.16%
B=45.22%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal93791420.350.4400.44253.3328.5143.33
Hex5D4F8E232C02Cfd1d2b
Octal13511721643540543753553
Binary101110110011111000111010001110110001011001111110111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D4F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,79,142); }

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

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

 a { background-color: rgb(93,79,142); }

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

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

 span { border-color: rgb(93,79,142); }

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