#56517E

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

Shades of Victoria #56517E

Tints of Victoria #56517E

Color information

#56517E (or 0x56517E) is unknown color: approx Victoria. HEX triplet: 56, 51 and 7E. RGB value is (86,81,126). Sum of RGB (Red+Green+Blue) = 86+81+126=293 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.35% from 293); Green value is 81 (32.03% from 255 or 27.65% from 293); Blue value is 126 (49.61% from 255 or 43.00% from 293); Max value from RGB is 126 - color contains mainly: blue. Hex color #56517E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56517E is #A9AE81. Grayscale: #575757. Windows color (decimal): -11120258 or 8278358. OLE color: 8278358.

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

Color convert

RGB8681126-
CMYK0.320.3600.51
HSL246.67º21.74%40.59%-
HSV(B)246.67º35.71%49.41%-
XYZ10.559.3720.99-
YUV87.62149.66126.84-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.35%
GREEN value IS 81 (32.03% from 255) = 27.65%
BLUE value IS 126 (49.61% from 255) = 43.00%
R=29.35%
G=27.65%
B=43.00%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal86811260.320.3600.51246.6721.7440.59
Hex56517E2024033f71629
Octal12612117640440633672651
Binary10101101010001111111010000010010001100111111011110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56517E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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