Html Css Color HEX #565BDF Slate Blue

📋 copy color: '#565BDF'

red 86 ◦ green 91 ◦ blue 223

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

Shades of Slate Blue #565BDF

Tints of Slate Blue #565BDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 55.75%

R = 21.5%
G = 22.75%
B = 55.75%

CMYK

 C value IS 0.61

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#565BDF (or 0x565BDF) is known color: Slate Blue. HEX triplet: 56, 5B and DF. RGB value is (86,91,223). Sum of RGB (Red+Green+Blue) = 86+91+223=400 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.5% from 400); Green value is 91 (35.94% from 255 or 22.75% from 400); Blue value is 223 (87.5% from 255 or 55.75% from 400); Max value from RGB is 223 - color contains mainly: blue. Hex color #565BDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #565BDF is #A9A420. Grayscale: #686868. Windows color (decimal): -11117601 or 14637910. OLE color: 14637910.

HSL color Cylindrical-coordinate representation of color #565BDF: hue angle of 237.81º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #565BDF is Cyan = 0.61, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 86 91 223 -
CMYK 0.61 0.59 0 0.13
HSL 237.81º 0.68% 0.61% -
HSV(B) 237.81º 0.61% 0.87% -
XYZ 20.9 14.79 71.57 -
YUV 104.55 194.84 114.77 -
System Red Green Blue C M Y K H S L
Decimal 86 91 223 0.61 0.59 0 0.13 237.81 0.68 0.61
Hex 56 5B DF 3D 3B 0 D EE 44 3D
Octal 126 133 337 75 73 0 15 356 104 75
Binary 1010110 1011011 11011111 111101 111011 0 1101 11101110 1000100 111101

Color Harmonies of #565BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565BDF

Black with #565BDF

Text Example


Text Example

White with #565BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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