#5865D1

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

Shades of Slate Blue #5865D1

Tints of Slate Blue #5865D1

Color information

#5865D1 (or 0x5865D1) is unknown color: approx Slate Blue. HEX triplet: 58, 65 and D1. RGB value is (88,101,209). Sum of RGB (Red+Green+Blue) = 88+101+209=398 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.11% from 398); Green value is 101 (39.84% from 255 or 25.38% from 398); Blue value is 209 (82.03% from 255 or 52.51% from 398); Max value from RGB is 209 - color contains mainly: blue. Hex color #5865D1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5865D1 is #A79A2E. Grayscale: #6C6C6C. Windows color (decimal): -10983983 or 13722968. OLE color: 13722968.

HSL color Cylindrical-coordinate representation of color #5865D1: hue angle of 233.55º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5865D1 is Cyan = 0.58, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB88101209-
CMYK0.580.5200.18
HSL233.55º56.81%58.24%-
HSV(B)233.55º57.89%81.96%-
XYZ20.1915.9962.34-
YUV109.42184.19112.72-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.11%
GREEN value IS 101 (39.84% from 255) = 25.38%
BLUE value IS 209 (82.03% from 255) = 52.51%
R=22.11%
G=25.38%
B=52.51%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal881012090.580.5200.18233.5556.8158.24
Hex5865D13A34012ea393a
Octal13014532172640223527172
Binary101100011001011101000111101011010001001011101010111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5865D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5865D1; }

 p { color: rgb(88,101,209); }

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

<style>
 a { background-color: #5865D1; }

 a { background-color: rgb(88,101,209); }

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

<style>
 span { border-color: #5865D1; }

 span { border-color: rgb(88,101,209); }

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