#565683

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

Shades of Victoria #565683

Tints of Victoria #565683

Color information

#565683 (or 0x565683) is unknown color: approx Victoria. HEX triplet: 56, 56 and 83. RGB value is (86,86,131). Sum of RGB (Red+Green+Blue) = 86+86+131=303 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.38% from 303); Green value is 86 (33.98% from 255 or 28.38% from 303); Blue value is 131 (51.56% from 255 or 43.23% from 303); Max value from RGB is 131 - color contains mainly: blue. Hex color #565683 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565683 is #A9A97C. Grayscale: #5A5A5A. Windows color (decimal): -11118973 or 8607318. OLE color: 8607318.

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

Color convert

RGB8686131-
CMYK0.340.3400.49
HSL240º20.74%42.55%-
HSV(B)240º34.35%51.37%-
XYZ11.2610.2722.86-
YUV91.13150.5124.34-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.38%
GREEN value IS 86 (33.98% from 255) = 28.38%
BLUE value IS 131 (51.56% from 255) = 43.23%
R=28.38%
G=28.38%
B=43.23%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal86861310.340.3400.4924020.7442.55
Hex5656832222031f0152b
Octal12612620342420613602553
Binary101011010101101000001110001010001001100011111000010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565683; }

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

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

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

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

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

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

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

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