#555081

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

Shades of Victoria #555081

Tints of Victoria #555081

Color information

#555081 (or 0x555081) is unknown color: approx Victoria. HEX triplet: 55, 50 and 81. RGB value is (85,80,129). Sum of RGB (Red+Green+Blue) = 85+80+129=294 (38% of max value = 765). Red value is 85 (33.59% from 255 or 28.91% from 294); Green value is 80 (31.64% from 255 or 27.21% from 294); Blue value is 129 (50.78% from 255 or 43.88% from 294); Max value from RGB is 129 - color contains mainly: blue. Hex color #555081 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555081 is #AAAF7E. Grayscale: #565656. Windows color (decimal): -11186047 or 8474709. OLE color: 8474709.

HSL color Cylindrical-coordinate representation of color #555081: hue angle of 246.12º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #555081 is Cyan = 0.34, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8580129-
CMYK0.340.3800.49
HSL246.12º23.44%40.98%-
HSV(B)246.12º37.98%50.59%-
XYZ10.589.2522-
YUV87.08151.66126.52-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.91%
GREEN value IS 80 (31.64% from 255) = 27.21%
BLUE value IS 129 (50.78% from 255) = 43.88%
R=28.91%
G=27.21%
B=43.88%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal85801290.340.3800.49246.1223.4440.98
Hex5550812226031f61729
Octal12512020142460613662751
Binary101010110100001000000110001010011001100011111011010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555081; }

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

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

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

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

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

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

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

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