#565BDA

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

Shades of Slate Blue #565BDA

Tints of Slate Blue #565BDA

Color information

#565BDA (or 0x565BDA) is unknown color: approx Slate Blue. HEX triplet: 56, 5B and DA. RGB value is (86,91,218). Sum of RGB (Red+Green+Blue) = 86+91+218=395 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.77% from 395); Green value is 91 (35.94% from 255 or 23.04% from 395); Blue value is 218 (85.55% from 255 or 55.19% from 395); Max value from RGB is 218 - color contains mainly: blue. Hex color #565BDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #565BDA is #A9A425. Grayscale: #676767. Windows color (decimal): -11117606 or 14310230. OLE color: 14310230.

HSL color Cylindrical-coordinate representation of color #565BDA: hue angle of 237.73º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #565BDA is Cyan = 0.61, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB8691218-
CMYK0.610.5800.15
HSL237.73º64.08%59.61%-
HSV(B)237.73º60.55%85.49%-
XYZ20.2314.5268.07-
YUV103.98192.34115.17-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 21.77%
GREEN value IS 91 (35.94% from 255) = 23.04%
BLUE value IS 218 (85.55% from 255) = 55.19%
R=21.77%
G=23.04%
B=55.19%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal86912180.610.5800.15237.7364.0859.61
Hex565BDA3D3A0Fee403c
Octal126133332757201735610074
Binary101011010110111101101011110111101001111111011101000000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565BDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,91,218); }

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

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

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

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

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

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

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