#5D5885

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

Shades of Victoria #5D5885

Tints of Victoria #5D5885

Color information

#5D5885 (or 0x5D5885) is unknown color: approx Victoria. HEX triplet: 5D, 58 and 85. RGB value is (93,88,133). Sum of RGB (Red+Green+Blue) = 93+88+133=314 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.62% from 314); Green value is 88 (34.77% from 255 or 28.03% from 314); Blue value is 133 (52.34% from 255 or 42.36% from 314); Max value from RGB is 133 - color contains mainly: blue. Hex color #5D5885 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D5885 is #A2A77A. Grayscale: #5E5E5E. Windows color (decimal): -10659707 or 8738909. OLE color: 8738909.

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

Color convert

RGB9388133-
CMYK0.300.3400.48
HSL246.67º20.36%43.33%-
HSV(B)246.67º33.83%52.16%-
XYZ12.241123.67-
YUV94.62149.66126.84-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 29.62%
GREEN value IS 88 (34.77% from 255) = 28.03%
BLUE value IS 133 (52.34% from 255) = 42.36%
R=29.62%
G=28.03%
B=42.36%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal93881330.300.3400.48246.6720.3643.33
Hex5D58851E22030f7142b
Octal13513020536420603672453
Binary10111011011000100001011111010001001100001111011110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D5885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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