Html Css Color HEX #565BD6 Slate Blue

📋 copy color: '#565BD6'

red 86 ◦ green 91 ◦ blue 214

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

Shades of Slate Blue #565BD6

Tints of Slate Blue #565BD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 54.73%

R = 21.99%
G = 23.27%
B = 54.73%

CMYK

 C value IS 0.60

 M value IS 0.57

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#565BD6 (or 0x565BD6) is known color: Slate Blue. HEX triplet: 56, 5B and D6. RGB value is (86,91,214). Sum of RGB (Red+Green+Blue) = 86+91+214=391 (51% of max value = 765). Red value is 86 (33.98% from 255 or 21.99% from 391); Green value is 91 (35.94% from 255 or 23.27% from 391); Blue value is 214 (83.98% from 255 or 54.73% from 391); Max value from RGB is 214 - color contains mainly: blue. Hex color #565BD6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #565BD6 is #A9A429. Grayscale: #676767. Windows color (decimal): -11117610 or 14048086. OLE color: 14048086.

HSL color Cylindrical-coordinate representation of color #565BD6: hue angle of 237.66º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #565BD6 is Cyan = 0.60, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 86 91 214 -
CMYK 0.60 0.57 0 0.16
HSL 237.66º 0.61% 0.59% -
HSV(B) 237.66º 0.6% 0.84% -
XYZ 19.72 14.32 65.34 -
YUV 103.53 190.34 115.5 -
System Red Green Blue C M Y K H S L
Decimal 86 91 214 0.60 0.57 0 0.16 237.66 0.61 0.59
Hex 56 5B D6 3C 39 0 10 EE 3D 3B
Octal 126 133 326 74 71 0 20 356 75 73
Binary 1010110 1011011 11010110 111100 111001 0 10000 11101110 111101 111011

Color Harmonies of #565BD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565BD6

Black with #565BD6

Text Example


Text Example

White with #565BD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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