#555278

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

Shades of Victoria #555278

Tints of Victoria #555278

Color information

#555278 (or 0x555278) is unknown color: approx Victoria. HEX triplet: 55, 52 and 78. RGB value is (85,82,120). Sum of RGB (Red+Green+Blue) = 85+82+120=287 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.62% from 287); Green value is 82 (32.42% from 255 or 28.57% from 287); Blue value is 120 (47.27% from 255 or 41.81% from 287); Max value from RGB is 120 - color contains mainly: blue. Hex color #555278 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555278 is #AAAD87. Grayscale: #575757. Windows color (decimal): -11185544 or 7885397. OLE color: 7885397.

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

Color convert

RGB8582120-
CMYK0.290.3200.53
HSL244.74º18.81%39.61%-
HSV(B)244.74º31.67%47.06%-
XYZ10.159.3219.03-
YUV87.23146.49126.41-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.62%
GREEN value IS 82 (32.42% from 255) = 28.57%
BLUE value IS 120 (47.27% from 255) = 41.81%
R=29.62%
G=28.57%
B=41.81%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal85821200.290.3200.53244.7418.8139.61
Hex5552781D20035f51328
Octal12512217035400653652350
Binary1010101101001011110001110110000001101011111010110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555278; }

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

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

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

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

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

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

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

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