#565182

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

Shades of Victoria #565182

Tints of Victoria #565182

Color information

#565182 (or 0x565182) is unknown color: approx Victoria. HEX triplet: 56, 51 and 82. RGB value is (86,81,130). Sum of RGB (Red+Green+Blue) = 86+81+130=297 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.96% from 297); Green value is 81 (32.03% from 255 or 27.27% from 297); Blue value is 130 (51.17% from 255 or 43.77% from 297); Max value from RGB is 130 - color contains mainly: blue. Hex color #565182 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565182 is #A9AE7D. Grayscale: #575757. Windows color (decimal): -11120254 or 8540502. OLE color: 8540502.

HSL color Cylindrical-coordinate representation of color #565182: hue angle of 246.12º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #565182 is Cyan = 0.34, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8681130-
CMYK0.340.3800.49
HSL246.12º23.22%41.37%-
HSV(B)246.12º37.69%50.98%-
XYZ10.819.4722.38-
YUV88.08151.66126.52-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.96%
GREEN value IS 81 (32.03% from 255) = 27.27%
BLUE value IS 130 (51.17% from 255) = 43.77%
R=28.96%
G=27.27%
B=43.77%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal86811300.340.3800.49246.1223.2241.37
Hex5651822226031f61729
Octal12612120242460613662751
Binary101011010100011000001010001010011001100011111011010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565182; }

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

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

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

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

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

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

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

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