#565ADB

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

Shades of Slate Blue #565ADB

Tints of Slate Blue #565ADB

Color information

#565ADB (or 0x565ADB) is unknown color: approx Slate Blue. HEX triplet: 56, 5A and DB. RGB value is (86,90,219). Sum of RGB (Red+Green+Blue) = 86+90+219=395 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.77% from 395); Green value is 90 (35.55% from 255 or 22.78% from 395); Blue value is 219 (85.94% from 255 or 55.44% from 395); Max value from RGB is 219 - color contains mainly: blue. Hex color #565ADB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #565ADB is #A9A524. Grayscale: #666666. Windows color (decimal): -11117861 or 14375510. OLE color: 14375510.

HSL color Cylindrical-coordinate representation of color #565ADB: hue angle of 238.2º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #565ADB is Cyan = 0.61, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB8690219-
CMYK0.610.5900.14
HSL238.2º64.88%59.8%-
HSV(B)238.2º60.73%85.88%-
XYZ20.2814.4168.73-
YUV103.51193.17115.51-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 21.77%
GREEN value IS 90 (35.55% from 255) = 22.78%
BLUE value IS 219 (85.94% from 255) = 55.44%
R=21.77%
G=22.78%
B=55.44%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal86902190.610.5900.14238.264.8859.8
Hex565ADB3D3B0Eee413c
Octal126132333757301635610174
Binary101011010110101101101111110111101101110111011101000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565ADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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