#565BDB

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

Shades of Slate Blue #565BDB

Tints of Slate Blue #565BDB

Color information

#565BDB (or 0x565BDB) is unknown color: approx Slate Blue. HEX triplet: 56, 5B and DB. RGB value is (86,91,219). Sum of RGB (Red+Green+Blue) = 86+91+219=396 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.72% from 396); Green value is 91 (35.94% from 255 or 22.98% from 396); Blue value is 219 (85.94% from 255 or 55.30% from 396); Max value from RGB is 219 - color contains mainly: blue. Hex color #565BDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #565BDB is #A9A424. Grayscale: #676767. Windows color (decimal): -11117605 or 14375766. OLE color: 14375766.

HSL color Cylindrical-coordinate representation of color #565BDB: hue angle of 237.74º 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 #565BDB is Cyan = 0.61, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB8691219-
CMYK0.610.5800.14
HSL237.74º64.88%59.8%-
HSV(B)237.74º60.73%85.88%-
XYZ20.3714.5868.76-
YUV104.1192.84115.09-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 21.72%
GREEN value IS 91 (35.94% from 255) = 22.98%
BLUE value IS 219 (85.94% from 255) = 55.30%
R=21.72%
G=22.98%
B=55.30%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal86912190.610.5800.14237.7464.8859.8
Hex565BDB3D3A0Eee413c
Octal126133333757201635610174
Binary101011010110111101101111110111101001110111011101000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565BDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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