#555185

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

Shades of Victoria #555185

Tints of Victoria #555185

Color information

#555185 (or 0x555185) is unknown color: approx Victoria. HEX triplet: 55, 51 and 85. RGB value is (85,81,133). Sum of RGB (Red+Green+Blue) = 85+81+133=299 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.43% from 299); Green value is 81 (32.03% from 255 or 27.09% from 299); Blue value is 133 (52.34% from 255 or 44.48% from 299); Max value from RGB is 133 - color contains mainly: blue. Hex color #555185 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555185 is #AAAE7A. Grayscale: #575757. Windows color (decimal): -11185787 or 8737109. OLE color: 8737109.

HSL color Cylindrical-coordinate representation of color #555185: hue angle of 244.62º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #555185 is Cyan = 0.36, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8581133-
CMYK0.360.3900.48
HSL244.62º24.3%41.96%-
HSV(B)244.62º39.1%52.16%-
XYZ10.929.5123.45-
YUV88.12153.33125.77-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.43%
GREEN value IS 81 (32.03% from 255) = 27.09%
BLUE value IS 133 (52.34% from 255) = 44.48%
R=28.43%
G=27.09%
B=44.48%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal85811330.360.3900.48244.6224.341.96
Hex5551852427030f5182a
Octal12512120544470603653052
Binary101010110100011000010110010010011101100001111010111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555185; }

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

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

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

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

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

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

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

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