Html Css Color HEX #565BDE Slate Blue

📋 copy color: '#565BDE'

red 86 ◦ green 91 ◦ blue 222

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

Shades of Slate Blue #565BDE

Tints of Slate Blue #565BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 55.64%

R = 21.55%
G = 22.81%
B = 55.64%

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

#565BDE (or 0x565BDE) is known color: Slate Blue. HEX triplet: 56, 5B and DE. RGB value is (86,91,222). Sum of RGB (Red+Green+Blue) = 86+91+222=399 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.55% from 399); Green value is 91 (35.94% from 255 or 22.81% from 399); Blue value is 222 (87.11% from 255 or 55.64% from 399); Max value from RGB is 222 - color contains mainly: blue. Hex color #565BDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #565BDE is #A9A421. Grayscale: #676767. Windows color (decimal): -11117602 or 14572374. OLE color: 14572374.

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

Color convert

RGB 86 91 222 -
CMYK 0.61 0.59 0 0.13
HSL 237.79º 0.67% 0.6% -
HSV(B) 237.79º 0.61% 0.87% -
XYZ 20.76 14.73 70.86 -
YUV 104.44 194.34 114.85 -
System Red Green Blue C M Y K H S L
Decimal 86 91 222 0.61 0.59 0 0.13 237.79 0.67 0.6
Hex 56 5B DE 3D 3B 0 D EE 43 3C
Octal 126 133 336 75 73 0 15 356 103 74
Binary 1010110 1011011 11011110 111101 111011 0 1101 11101110 1000011 111100

Color Harmonies of #565BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565BDE

Black with #565BDE

Text Example


Text Example

White with #565BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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