Html Css Color HEX #565BD8 Slate Blue

📋 copy color: '#565BD8'

red 86 ◦ green 91 ◦ blue 216

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

Shades of Slate Blue #565BD8

Tints of Slate Blue #565BD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 54.96%

R = 21.88%
G = 23.16%
B = 54.96%

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

#565BD8 (or 0x565BD8) is known color: Slate Blue. HEX triplet: 56, 5B and D8. RGB value is (86,91,216). Sum of RGB (Red+Green+Blue) = 86+91+216=393 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.88% from 393); Green value is 91 (35.94% from 255 or 23.16% from 393); Blue value is 216 (84.77% from 255 or 54.96% from 393); Max value from RGB is 216 - color contains mainly: blue. Hex color #565BD8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #565BD8 is #A9A427. Grayscale: #676767. Windows color (decimal): -11117608 or 14179158. OLE color: 14179158.

HSL color Cylindrical-coordinate representation of color #565BD8: hue angle of 237.69º degrees, saturation: 0.62, 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 #565BD8 is Cyan = 0.60, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 86 91 216 -
CMYK 0.60 0.58 0 0.15
HSL 237.69º 0.63% 0.59% -
HSV(B) 237.69º 0.6% 0.85% -
XYZ 19.97 14.42 66.7 -
YUV 103.76 191.34 115.34 -
System Red Green Blue C M Y K H S L
Decimal 86 91 216 0.60 0.58 0 0.15 237.69 0.63 0.59
Hex 56 5B D8 3C 3A 0 F EE 3E 3B
Octal 126 133 330 74 72 0 17 356 76 73
Binary 1010110 1011011 11011000 111100 111010 0 1111 11101110 111110 111011

Color Harmonies of #565BD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565BD8

Black with #565BD8

Text Example


Text Example

White with #565BD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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