Html Css Color HEX #565DDB Slate Blue

📋 copy color: '#565DDB'

red 86 ◦ green 93 ◦ blue 219

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

Shades of Slate Blue #565DDB

Tints of Slate Blue #565DDB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.37%

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

R = 21.61%
G = 23.37%
B = 55.03%

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

#565DDB (or 0x565DDB) is known color: Slate Blue. HEX triplet: 56, 5D and DB. RGB value is (86,93,219). Sum of RGB (Red+Green+Blue) = 86+93+219=398 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.61% from 398); Green value is 93 (36.72% from 255 or 23.37% from 398); Blue value is 219 (85.94% from 255 or 55.03% from 398); Max value from RGB is 219 - color contains mainly: blue. Hex color #565DDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #565DDB is #A9A224. Grayscale: #686868. Windows color (decimal): -11117093 or 14376278. OLE color: 14376278.

HSL color Cylindrical-coordinate representation of color #565DDB: hue angle of 236.84º 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 #565DDB is Cyan = 0.61, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 86 93 219 -
CMYK 0.61 0.58 0 0.14
HSL 236.84º 0.65% 0.6% -
HSV(B) 236.84º 0.61% 0.86% -
XYZ 20.54 14.92 68.82 -
YUV 105.27 192.18 114.25 -
System Red Green Blue C M Y K H S L
Decimal 86 93 219 0.61 0.58 0 0.14 236.84 0.65 0.6
Hex 56 5D DB 3D 3A 0 E ED 41 3C
Octal 126 135 333 75 72 0 16 355 101 74
Binary 1010110 1011101 11011011 111101 111010 0 1110 11101101 1000001 111100

Color Harmonies of #565DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565DDB

Black with #565DDB

Text Example


Text Example

White with #565DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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