#555279

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

Shades of Victoria #555279

Tints of Victoria #555279

Color information

#555279 (or 0x555279) is unknown color: approx Victoria. HEX triplet: 55, 52 and 79. RGB value is (85,82,121). Sum of RGB (Red+Green+Blue) = 85+82+121=288 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.51% from 288); Green value is 82 (32.42% from 255 or 28.47% from 288); Blue value is 121 (47.66% from 255 or 42.01% from 288); Max value from RGB is 121 - color contains mainly: blue. Hex color #555279 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555279 is #AAAD86. Grayscale: #575757. Windows color (decimal): -11185543 or 7950933. OLE color: 7950933.

HSL color Cylindrical-coordinate representation of color #555279: hue angle of 244.62º 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 #555279 is Cyan = 0.30, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8582121-
CMYK0.300.3200.53
HSL244.62º19.21%39.8%-
HSV(B)244.62º32.23%47.45%-
XYZ10.219.3519.35-
YUV87.34146.99126.33-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.51%
GREEN value IS 82 (32.42% from 255) = 28.47%
BLUE value IS 121 (47.66% from 255) = 42.01%
R=29.51%
G=28.47%
B=42.01%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal85821210.300.3200.53244.6219.2139.8
Hex5552791E20035f51328
Octal12512217136400653652350
Binary1010101101001011110011111010000001101011111010110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555279; }

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

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

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

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

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

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

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

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