#5D5187

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

Shades of Victoria #5D5187

Tints of Victoria #5D5187

Color information

#5D5187 (or 0x5D5187) is unknown color: approx Victoria. HEX triplet: 5D, 51 and 87. RGB value is (93,81,135). Sum of RGB (Red+Green+Blue) = 93+81+135=309 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.10% from 309); Green value is 81 (32.03% from 255 or 26.21% from 309); Blue value is 135 (53.12% from 255 or 43.69% from 309); Max value from RGB is 135 - color contains mainly: blue. Hex color #5D5187 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D5187 is #A2AE78. Grayscale: #5A5A5A. Windows color (decimal): -10661497 or 8868189. OLE color: 8868189.

HSL color Cylindrical-coordinate representation of color #5D5187: hue angle of 253.33º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5D5187 is Cyan = 0.31, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB9381135-
CMYK0.310.4000.47
HSL253.33º25%42.35%-
HSV(B)253.33º40%52.94%-
XYZ11.839.9624.22-
YUV90.74152.98129.61-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 30.10%
GREEN value IS 81 (32.03% from 255) = 26.21%
BLUE value IS 135 (53.12% from 255) = 43.69%
R=30.10%
G=26.21%
B=43.69%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal93811350.310.4000.47253.332542.35
Hex5D51871F2802Ffd192a
Octal13512120737500573753152
Binary10111011010001100001111111110100001011111111110111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D5187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,81,135); }

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

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

 a { background-color: rgb(93,81,135); }

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

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

 span { border-color: rgb(93,81,135); }

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