#55508D

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

Shades of Victoria #55508D

Tints of Victoria #55508D

Color information

#55508D (or 0x55508D) is unknown color: approx Victoria. HEX triplet: 55, 50 and 8D. RGB value is (85,80,141). Sum of RGB (Red+Green+Blue) = 85+80+141=306 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.78% from 306); Green value is 80 (31.64% from 255 or 26.14% from 306); Blue value is 141 (55.47% from 255 or 46.08% from 306); Max value from RGB is 141 - color contains mainly: blue. Hex color #55508D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55508D is #AAAF72. Grayscale: #585858. Windows color (decimal): -11186035 or 9261141. OLE color: 9261141.

HSL color Cylindrical-coordinate representation of color #55508D: hue angle of 244.92º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #55508D is Cyan = 0.40, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8580141-
CMYK0.400.4300.45
HSL244.92º27.6%43.33%-
HSV(B)244.92º43.26%55.29%-
XYZ11.429.5926.45-
YUV88.45157.66125.54-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.78%
GREEN value IS 80 (31.64% from 255) = 26.14%
BLUE value IS 141 (55.47% from 255) = 46.08%
R=27.78%
G=26.14%
B=46.08%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal85801410.400.4300.45244.9227.643.33
Hex55508D282B02Df51c2b
Octal12512021550530553653453
Binary101010110100001000110110100010101101011011111010111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55508D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55508D; }

 p { color: rgb(85,80,141); }

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

<style>
 a { background-color: #55508D; }

 a { background-color: rgb(85,80,141); }

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

<style>
 span { border-color: #55508D; }

 span { border-color: rgb(85,80,141); }

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