Html Css Color HEX #565BD9 Slate Blue

📋 copy color: '#565BD9'

red 86 ◦ green 91 ◦ blue 217

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

Shades of Slate Blue #565BD9

Tints of Slate Blue #565BD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 55.08%

R = 21.83%
G = 23.1%
B = 55.08%

CMYK

 C value IS 0.60

 M value IS 0.58

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#565BD9 (or 0x565BD9) is known color: Slate Blue. HEX triplet: 56, 5B and D9. RGB value is (86,91,217). Sum of RGB (Red+Green+Blue) = 86+91+217=394 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.83% from 394); Green value is 91 (35.94% from 255 or 23.10% from 394); Blue value is 217 (85.16% from 255 or 55.08% from 394); Max value from RGB is 217 - color contains mainly: blue. Hex color #565BD9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #565BD9 is #A9A426. Grayscale: #676767. Windows color (decimal): -11117607 or 14244694. OLE color: 14244694.

HSL color Cylindrical-coordinate representation of color #565BD9: hue angle of 237.71º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #565BD9 is Cyan = 0.60, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 86 91 217 -
CMYK 0.60 0.58 0 0.15
HSL 237.71º 0.63% 0.59% -
HSV(B) 237.71º 0.6% 0.85% -
XYZ 20.1 14.47 67.38 -
YUV 103.87 191.84 115.25 -
System Red Green Blue C M Y K H S L
Decimal 86 91 217 0.60 0.58 0 0.15 237.71 0.63 0.59
Hex 56 5B D9 3C 3A 0 F EE 3F 3B
Octal 126 133 331 74 72 0 17 356 77 73
Binary 1010110 1011011 11011001 111100 111010 0 1111 11101110 111111 111011

Color Harmonies of #565BD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565BD9

Black with #565BD9

Text Example


Text Example

White with #565BD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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