#555180

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

Shades of Victoria #555180

Tints of Victoria #555180

Color information

#555180 (or 0x555180) is unknown color: approx Victoria. HEX triplet: 55, 51 and 80. RGB value is (85,81,128). Sum of RGB (Red+Green+Blue) = 85+81+128=294 (38% of max value = 765). Red value is 85 (33.59% from 255 or 28.91% from 294); Green value is 81 (32.03% from 255 or 27.55% from 294); Blue value is 128 (50.39% from 255 or 43.54% from 294); Max value from RGB is 128 - color contains mainly: blue. Hex color #555180 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555180 is #AAAE7F. Grayscale: #575757. Windows color (decimal): -11185792 or 8409429. OLE color: 8409429.

HSL color Cylindrical-coordinate representation of color #555180: hue angle of 245.11º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #555180 is Cyan = 0.34, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8581128-
CMYK0.340.3700.50
HSL245.11º22.49%40.98%-
HSV(B)245.11º36.72%50.2%-
XYZ10.599.3721.67-
YUV87.55150.83126.18-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.91%
GREEN value IS 81 (32.03% from 255) = 27.55%
BLUE value IS 128 (50.39% from 255) = 43.54%
R=28.91%
G=27.55%
B=43.54%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal85811280.340.3700.50245.1122.4940.98
Hex5551802225032f51629
Octal12512120042450623652651
Binary101010110100011000000010001010010101100101111010110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555180; }

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

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

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

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

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

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

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

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