#5D5189

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

Shades of Victoria #5D5189

Tints of Victoria #5D5189

Color information

#5D5189 (or 0x5D5189) is unknown color: approx Victoria. HEX triplet: 5D, 51 and 89. RGB value is (93,81,137). Sum of RGB (Red+Green+Blue) = 93+81+137=311 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.90% from 311); Green value is 81 (32.03% from 255 or 26.05% from 311); Blue value is 137 (53.91% from 255 or 44.05% from 311); Max value from RGB is 137 - color contains mainly: blue. Hex color #5D5189 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D5189 is #A2AE76. Grayscale: #5A5A5A. Windows color (decimal): -10661495 or 8999261. OLE color: 8999261.

HSL color Cylindrical-coordinate representation of color #5D5189: hue angle of 252.86º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5D5189 is Cyan = 0.32, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB9381137-
CMYK0.320.4100.46
HSL252.86º25.69%42.75%-
HSV(B)252.86º40.88%53.73%-
XYZ11.9710.0224.97-
YUV90.97153.98129.45-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 29.90%
GREEN value IS 81 (32.03% from 255) = 26.05%
BLUE value IS 137 (53.91% from 255) = 44.05%
R=29.90%
G=26.05%
B=44.05%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal93811370.320.4100.46252.8625.6942.75
Hex5D5189202902Efd1a2b
Octal13512121140510563753253
Binary101110110100011000100110000010100101011101111110111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D5189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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