#565ADF

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

Shades of Slate Blue #565ADF

Tints of Slate Blue #565ADF

Color information

#565ADF (or 0x565ADF) is unknown color: approx Slate Blue. HEX triplet: 56, 5A and DF. RGB value is (86,90,223). Sum of RGB (Red+Green+Blue) = 86+90+223=399 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.55% from 399); Green value is 90 (35.55% from 255 or 22.56% from 399); Blue value is 223 (87.5% from 255 or 55.89% from 399); Max value from RGB is 223 - color contains mainly: blue. Hex color #565ADF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #565ADF is #A9A520. Grayscale: #676767. Windows color (decimal): -11117857 or 14637654. OLE color: 14637654.

HSL color Cylindrical-coordinate representation of color #565ADF: hue angle of 238.25º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #565ADF is Cyan = 0.61, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB8690223-
CMYK0.610.6000.13
HSL238.25º68.16%60.59%-
HSV(B)238.25º61.43%87.45%-
XYZ20.8114.6271.54-
YUV103.97195.17115.19-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 21.55%
GREEN value IS 90 (35.55% from 255) = 22.56%
BLUE value IS 223 (87.5% from 255) = 55.89%
R=21.55%
G=22.56%
B=55.89%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal86902230.610.6000.13238.2568.1660.59
Hex565ADF3D3C0Dee443d
Octal126132337757401535610475
Binary101011010110101101111111110111110001101111011101000100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565ADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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