Html Css Color HEX #565BD1 Slate Blue

📋 copy color: '#565BD1'

red 86 ◦ green 91 ◦ blue 209

#565BD1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Slate Blue #565BD1

Tints of Slate Blue #565BD1

RGB

 RED value IS 86 (33.98% from 255) = 22.28%

 GREEN value IS 91 (35.94% from 255) = 23.58%

 BLUE value IS 209 (82.03% from 255) = 54.15%

R = 22.28%
G = 23.58%
B = 54.15%

CMYK

 C value IS 0.59

 M value IS 0.56

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#565BD1 (or 0x565BD1) is known color: Slate Blue. HEX triplet: 56, 5B and D1. RGB value is (86,91,209). Sum of RGB (Red+Green+Blue) = 86+91+209=386 (51% of max value = 765). Red value is 86 (33.98% from 255 or 22.28% from 386); Green value is 91 (35.94% from 255 or 23.58% from 386); Blue value is 209 (82.03% from 255 or 54.15% from 386); Max value from RGB is 209 - color contains mainly: blue. Hex color #565BD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #565BD1 is #A9A42E. Grayscale: #666666. Windows color (decimal): -11117615 or 13720406. OLE color: 13720406.

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

Color convert

RGB 86 91 209 -
CMYK 0.59 0.56 0 0.18
HSL 237.56º 0.57% 0.58% -
HSV(B) 237.56º 0.59% 0.82% -
XYZ 19.09 14.06 62.03 -
YUV 102.96 187.84 115.91 -
System Red Green Blue C M Y K H S L
Decimal 86 91 209 0.59 0.56 0 0.18 237.56 0.57 0.58
Hex 56 5B D1 3B 38 0 12 EE 39 3A
Octal 126 133 321 73 70 0 22 356 71 72
Binary 1010110 1011011 11010001 111011 111000 0 10010 11101110 111001 111010

Color Harmonies of #565BD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565BD1

Black with #565BD1

Text Example


Text Example

White with #565BD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #565BD1;
 }
 .AnyTagClassName
 {
   color: #565BD1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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