#565383

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

Shades of Victoria #565383

Tints of Victoria #565383

Color information

#565383 (or 0x565383) is unknown color: approx Victoria. HEX triplet: 56, 53 and 83. RGB value is (86,83,131). Sum of RGB (Red+Green+Blue) = 86+83+131=300 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.67% from 300); Green value is 83 (32.81% from 255 or 27.67% from 300); Blue value is 131 (51.56% from 255 or 43.67% from 300); Max value from RGB is 131 - color contains mainly: blue. Hex color #565383 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565383 is #A9AC7C. Grayscale: #595959. Windows color (decimal): -11119741 or 8606550. OLE color: 8606550.

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

Color convert

RGB8683131-
CMYK0.340.3700.49
HSL243.75º22.43%41.96%-
HSV(B)243.75º36.64%51.37%-
XYZ11.039.822.78-
YUV89.37151.49125.6-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.67%
GREEN value IS 83 (32.81% from 255) = 27.67%
BLUE value IS 131 (51.56% from 255) = 43.67%
R=28.67%
G=27.67%
B=43.67%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal86831310.340.3700.49243.7522.4341.96
Hex5653832225031f4162a
Octal12612320342450613642652
Binary101011010100111000001110001010010101100011111010010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565383; }

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

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

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

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

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

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

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

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