#555276

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

Shades of Victoria #555276

Tints of Victoria #555276

Color information

#555276 (or 0x555276) is unknown color: approx Victoria. HEX triplet: 55, 52 and 76. RGB value is (85,82,118). Sum of RGB (Red+Green+Blue) = 85+82+118=285 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.82% from 285); Green value is 82 (32.42% from 255 or 28.77% from 285); Blue value is 118 (46.48% from 255 or 41.40% from 285); Max value from RGB is 118 - color contains mainly: blue. Hex color #555276 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555276 is #AAAD89. Grayscale: #565656. Windows color (decimal): -11185546 or 7754325. OLE color: 7754325.

HSL color Cylindrical-coordinate representation of color #555276: hue angle of 245º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #555276 is Cyan = 0.28, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8582118-
CMYK0.280.3100.54
HSL245º18%39.22%-
HSV(B)245º30.51%46.27%-
XYZ10.039.2718.4-
YUV87145.49126.57-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.82%
GREEN value IS 82 (32.42% from 255) = 28.77%
BLUE value IS 118 (46.48% from 255) = 41.40%
R=29.82%
G=28.77%
B=41.40%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal85821180.280.3100.542451839.22
Hex5552761C1F036f51227
Octal12512216634370663652247
Binary101010110100101110110111001111101101101111010110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555276; }

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

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

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

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

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

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

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

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