#56507A

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

Shades of Victoria #56507A

Tints of Victoria #56507A

Color information

#56507A (or 0x56507A) is unknown color: approx Victoria. HEX triplet: 56, 50 and 7A. RGB value is (86,80,122). Sum of RGB (Red+Green+Blue) = 86+80+122=288 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.86% from 288); Green value is 80 (31.64% from 255 or 27.78% from 288); Blue value is 122 (48.05% from 255 or 42.36% from 288); Max value from RGB is 122 - color contains mainly: blue. Hex color #56507A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56507A is #A9AF85. Grayscale: #565656. Windows color (decimal): -11120518 or 8015958. OLE color: 8015958.

HSL color Cylindrical-coordinate representation of color #56507A: hue angle of 248.57º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #56507A is Cyan = 0.30, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8680122-
CMYK0.300.3400.52
HSL248.57º20.79%39.61%-
HSV(B)248.57º34.43%47.84%-
XYZ10.229.1219.63-
YUV86.58147.99127.58-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.86%
GREEN value IS 80 (31.64% from 255) = 27.78%
BLUE value IS 122 (48.05% from 255) = 42.36%
R=29.86%
G=27.78%
B=42.36%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal86801220.300.3400.52248.5720.7939.61
Hex56507A1E22034f91528
Octal12612017236420643712550
Binary1010110101000011110101111010001001101001111100110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56507A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56507A; }

 p { color: rgb(86,80,122); }

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

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

 a { background-color: rgb(86,80,122); }

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

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

 span { border-color: rgb(86,80,122); }

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