#565483

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

Shades of Victoria #565483

Tints of Victoria #565483

Color information

#565483 (or 0x565483) is unknown color: approx Victoria. HEX triplet: 56, 54 and 83. RGB value is (86,84,131). Sum of RGB (Red+Green+Blue) = 86+84+131=301 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.57% from 301); Green value is 84 (33.20% from 255 or 27.91% from 301); Blue value is 131 (51.56% from 255 or 43.52% from 301); Max value from RGB is 131 - color contains mainly: blue. Hex color #565483 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565483 is #A9AB7C. Grayscale: #595959. Windows color (decimal): -11119485 or 8606806. OLE color: 8606806.

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

Color convert

RGB8684131-
CMYK0.340.3600.49
HSL242.55º21.86%42.16%-
HSV(B)242.55º35.88%51.37%-
XYZ11.19.9622.81-
YUV89.96151.16125.18-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.57%
GREEN value IS 84 (33.20% from 255) = 27.91%
BLUE value IS 131 (51.56% from 255) = 43.52%
R=28.57%
G=27.91%
B=43.52%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal86841310.340.3600.49242.5521.8642.16
Hex5654832224031f3162a
Octal12612420342440613632652
Binary101011010101001000001110001010010001100011111001110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565483; }

 p { color: rgb(86,84,131); }

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

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

 a { background-color: rgb(86,84,131); }

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

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

 span { border-color: rgb(86,84,131); }

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