#55518C

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

Shades of Victoria #55518C

Tints of Victoria #55518C

Color information

#55518C (or 0x55518C) is unknown color: approx Victoria. HEX triplet: 55, 51 and 8C. RGB value is (85,81,140). Sum of RGB (Red+Green+Blue) = 85+81+140=306 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.78% from 306); Green value is 81 (32.03% from 255 or 26.47% from 306); Blue value is 140 (55.08% from 255 or 45.75% from 306); Max value from RGB is 140 - color contains mainly: blue. Hex color #55518C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55518C is #AAAE73. Grayscale: #585858. Windows color (decimal): -11185780 or 9195861. OLE color: 9195861.

HSL color Cylindrical-coordinate representation of color #55518C: hue angle of 244.07º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #55518C is Cyan = 0.39, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8581140-
CMYK0.390.4200.45
HSL244.07º26.7%43.33%-
HSV(B)244.07º42.14%54.9%-
XYZ11.429.7126.08-
YUV88.92156.83125.2-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.78%
GREEN value IS 81 (32.03% from 255) = 26.47%
BLUE value IS 140 (55.08% from 255) = 45.75%
R=27.78%
G=26.47%
B=45.75%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal85811400.390.4200.45244.0726.743.33
Hex55518C272A02Df41b2b
Octal12512121447520553643353
Binary101010110100011000110010011110101001011011111010011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55518C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55518C; }

 p { color: rgb(85,81,140); }

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

<style>
 a { background-color: #55518C; }

 a { background-color: rgb(85,81,140); }

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

<style>
 span { border-color: #55518C; }

 span { border-color: rgb(85,81,140); }

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