#555379

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

Shades of Victoria #555379

Tints of Victoria #555379

Color information

#555379 (or 0x555379) is unknown color: approx Victoria. HEX triplet: 55, 53 and 79. RGB value is (85,83,121). Sum of RGB (Red+Green+Blue) = 85+83+121=289 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.41% from 289); Green value is 83 (32.81% from 255 or 28.72% from 289); Blue value is 121 (47.66% from 255 or 41.87% from 289); Max value from RGB is 121 - color contains mainly: blue. Hex color #555379 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555379 is #AAAC86. Grayscale: #575757. Windows color (decimal): -11185287 or 7951189. OLE color: 7951189.

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

Color convert

RGB8583121-
CMYK0.300.3100.53
HSL243.16º18.63%40%-
HSV(B)243.16º31.4%47.45%-
XYZ10.299.519.38-
YUV87.93146.66125.91-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.41%
GREEN value IS 83 (32.81% from 255) = 28.72%
BLUE value IS 121 (47.66% from 255) = 41.87%
R=29.41%
G=28.72%
B=41.87%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal85831210.300.3100.53243.1618.6340
Hex5553791E1F035f31328
Octal12512317136370653632350
Binary101010110100111111001111101111101101011111001110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555379; }

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

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

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

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

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

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

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

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