#565AD5

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

Shades of Slate Blue #565AD5

Tints of Slate Blue #565AD5

Color information

#565AD5 (or 0x565AD5) is unknown color: approx Slate Blue. HEX triplet: 56, 5A and D5. RGB value is (86,90,213). Sum of RGB (Red+Green+Blue) = 86+90+213=389 (51% of max value = 765). Red value is 86 (33.98% from 255 or 22.11% from 389); Green value is 90 (35.55% from 255 or 23.14% from 389); Blue value is 213 (83.59% from 255 or 54.76% from 389); Max value from RGB is 213 - color contains mainly: blue. Hex color #565AD5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #565AD5 is #A9A52A. Grayscale: #666666. Windows color (decimal): -11117867 or 13982294. OLE color: 13982294.

HSL color Cylindrical-coordinate representation of color #565AD5: hue angle of 238.11º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #565AD5 is Cyan = 0.60, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB8690213-
CMYK0.600.5800.16
HSL238.11º60.19%58.63%-
HSV(B)238.11º59.62%83.53%-
XYZ19.514.0964.64-
YUV102.83190.17116-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.11%
GREEN value IS 90 (35.55% from 255) = 23.14%
BLUE value IS 213 (83.59% from 255) = 54.76%
R=22.11%
G=23.14%
B=54.76%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal86902130.600.5800.16238.1160.1958.63
Hex565AD53C3A010ee3c3b
Octal12613232574720203567473
Binary101011010110101101010111110011101001000011101110111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565AD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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