#565AE1

Color #565AE1 Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #565AE1

Tints of Slate Blue #565AE1

Color information

#565AE1 (or 0x565AE1) is unknown color: approx Slate Blue. HEX triplet: 56, 5A and E1. RGB value is (86,90,225). Sum of RGB (Red+Green+Blue) = 86+90+225=401 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.45% from 401); Green value is 90 (35.55% from 255 or 22.44% from 401); Blue value is 225 (88.28% from 255 or 56.11% from 401); Max value from RGB is 225 - color contains mainly: blue. Hex color #565AE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #565AE1 is #A9A51E. Grayscale: #676767. Windows color (decimal): -11117855 or 14768726. OLE color: 14768726.

HSL color Cylindrical-coordinate representation of color #565AE1: hue angle of 238.27º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #565AE1 is Cyan = 0.62, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB8690225-
CMYK0.620.6000.12
HSL238.27º69.85%60.98%-
HSV(B)238.27º61.78%88.24%-
XYZ21.0814.7372.97-
YUV104.19196.17115.02-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 21.45%
GREEN value IS 90 (35.55% from 255) = 22.44%
BLUE value IS 225 (88.28% from 255) = 56.11%
R=21.45%
G=22.44%
B=56.11%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal86902250.620.6000.12238.2769.8560.98
Hex565AE13E3C0Cee463d
Octal126132341767401435610675
Binary101011010110101110000111111011110001100111011101000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565AE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565AE1; }

 p { color: rgb(86,90,225); }

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

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

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

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

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

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

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