#56557E

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

Shades of Victoria #56557E

Tints of Victoria #56557E

Color information

#56557E (or 0x56557E) is unknown color: approx Victoria. HEX triplet: 56, 55 and 7E. RGB value is (86,85,126). Sum of RGB (Red+Green+Blue) = 86+85+126=297 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.96% from 297); Green value is 85 (33.59% from 255 or 28.62% from 297); Blue value is 126 (49.61% from 255 or 42.42% from 297); Max value from RGB is 126 - color contains mainly: blue. Hex color #56557E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56557E is #A9AA81. Grayscale: #595959. Windows color (decimal): -11119234 or 8279382. OLE color: 8279382.

HSL color Cylindrical-coordinate representation of color #56557E: hue angle of 241.46º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #56557E is Cyan = 0.32, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8685126-
CMYK0.320.3300.51
HSL241.46º19.43%41.37%-
HSV(B)241.46º32.54%49.41%-
XYZ10.859.9821.09-
YUV89.97148.33125.17-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.96%
GREEN value IS 85 (33.59% from 255) = 28.62%
BLUE value IS 126 (49.61% from 255) = 42.42%
R=28.96%
G=28.62%
B=42.42%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal86851260.320.3300.51241.4619.4341.37
Hex56557E2021033f11329
Octal12612517640410633612351
Binary10101101010101111111010000010000101100111111000110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56557E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56557E; }

 p { color: rgb(86,85,126); }

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

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

 a { background-color: rgb(86,85,126); }

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

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

 span { border-color: rgb(86,85,126); }

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