#555078

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

Shades of Victoria #555078

Tints of Victoria #555078

Color information

#555078 (or 0x555078) is unknown color: approx Victoria. HEX triplet: 55, 50 and 78. RGB value is (85,80,120). Sum of RGB (Red+Green+Blue) = 85+80+120=285 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.82% from 285); Green value is 80 (31.64% from 255 or 28.07% from 285); Blue value is 120 (47.27% from 255 or 42.11% from 285); Max value from RGB is 120 - color contains mainly: blue. Hex color #555078 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555078 is #AAAF87. Grayscale: #555555. Windows color (decimal): -11186056 or 7884885. OLE color: 7884885.

HSL color Cylindrical-coordinate representation of color #555078: hue angle of 247.5º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #555078 is Cyan = 0.29, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8580120-
CMYK0.290.3300.53
HSL247.5º20%39.22%-
HSV(B)247.5º33.33%47.06%-
XYZ10.019.0218.98-
YUV86.06147.16127.25-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.82%
GREEN value IS 80 (31.64% from 255) = 28.07%
BLUE value IS 120 (47.27% from 255) = 42.11%
R=29.82%
G=28.07%
B=42.11%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal85801200.290.3300.53247.52039.22
Hex5550781D21035f81427
Octal12512017035410653702447
Binary1010101101000011110001110110000101101011111100010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555078; }

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

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

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

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

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

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

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

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