#5D5785

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

Shades of Victoria #5D5785

Tints of Victoria #5D5785

Color information

#5D5785 (or 0x5D5785) is unknown color: approx Victoria. HEX triplet: 5D, 57 and 85. RGB value is (93,87,133). Sum of RGB (Red+Green+Blue) = 93+87+133=313 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.71% from 313); Green value is 87 (34.38% from 255 or 27.80% from 313); Blue value is 133 (52.34% from 255 or 42.49% from 313); Max value from RGB is 133 - color contains mainly: blue. Hex color #5D5785 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D5785 is #A2A87A. Grayscale: #5D5D5D. Windows color (decimal): -10659963 or 8738653. OLE color: 8738653.

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

Color convert

RGB9387133-
CMYK0.300.3500.48
HSL247.83º20.91%43.14%-
HSV(B)247.83º34.59%52.16%-
XYZ12.1610.8423.64-
YUV94.04149.99127.26-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 29.71%
GREEN value IS 87 (34.38% from 255) = 27.80%
BLUE value IS 133 (52.34% from 255) = 42.49%
R=29.71%
G=27.80%
B=42.49%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal93871330.300.3500.48247.8320.9143.14
Hex5D57851E23030f8152b
Octal13512720536430603702553
Binary10111011010111100001011111010001101100001111100010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D5785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,87,133); }

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

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

 a { background-color: rgb(93,87,133); }

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

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

 span { border-color: rgb(93,87,133); }

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