Html Css Color HEX #565BDB Slate Blue

📋 copy color: '#565BDB'

red 86 ◦ green 91 ◦ blue 219

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

Shades of Slate Blue #565BDB

Tints of Slate Blue #565BDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 55.3%

R = 21.72%
G = 22.98%
B = 55.3%

CMYK

 C value IS 0.61

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#565BDB (or 0x565BDB) is known color: Slate Blue. HEX triplet: 56, 5B and DB. RGB value is (86,91,219). Sum of RGB (Red+Green+Blue) = 86+91+219=396 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.72% from 396); Green value is 91 (35.94% from 255 or 22.98% from 396); Blue value is 219 (85.94% from 255 or 55.30% from 396); Max value from RGB is 219 - color contains mainly: blue. Hex color #565BDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #565BDB is #A9A424. Grayscale: #676767. Windows color (decimal): -11117605 or 14375766. OLE color: 14375766.

HSL color Cylindrical-coordinate representation of color #565BDB: hue angle of 237.74º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #565BDB is Cyan = 0.61, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 86 91 219 -
CMYK 0.61 0.58 0 0.14
HSL 237.74º 0.65% 0.6% -
HSV(B) 237.74º 0.61% 0.86% -
XYZ 20.37 14.58 68.76 -
YUV 104.1 192.84 115.09 -
System Red Green Blue C M Y K H S L
Decimal 86 91 219 0.61 0.58 0 0.14 237.74 0.65 0.6
Hex 56 5B DB 3D 3A 0 E EE 41 3C
Octal 126 133 333 75 72 0 16 356 101 74
Binary 1010110 1011011 11011011 111101 111010 0 1110 11101110 1000001 111100

Color Harmonies of #565BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565BDB

Black with #565BDB

Text Example


Text Example

White with #565BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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