Html Css Color HEX #565ADB Slate Blue

📋 copy color: '#565ADB'

red 86 ◦ green 90 ◦ blue 219

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

Shades of Slate Blue #565ADB

Tints of Slate Blue #565ADB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.78%

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

R = 21.77%
G = 22.78%
B = 55.44%

CMYK

 C value IS 0.61

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#565ADB (or 0x565ADB) is known color: Slate Blue. HEX triplet: 56, 5A and DB. RGB value is (86,90,219). Sum of RGB (Red+Green+Blue) = 86+90+219=395 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.77% from 395); Green value is 90 (35.55% from 255 or 22.78% from 395); Blue value is 219 (85.94% from 255 or 55.44% from 395); Max value from RGB is 219 - color contains mainly: blue. Hex color #565ADB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #565ADB is #A9A524. Grayscale: #666666. Windows color (decimal): -11117861 or 14375510. OLE color: 14375510.

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

Color convert

RGB 86 90 219 -
CMYK 0.61 0.59 0 0.14
HSL 238.2º 0.65% 0.6% -
HSV(B) 238.2º 0.61% 0.86% -
XYZ 20.28 14.41 68.73 -
YUV 103.51 193.17 115.51 -
System Red Green Blue C M Y K H S L
Decimal 86 90 219 0.61 0.59 0 0.14 238.2 0.65 0.6
Hex 56 5A DB 3D 3B 0 E EE 41 3C
Octal 126 132 333 75 73 0 16 356 101 74
Binary 1010110 1011010 11011011 111101 111011 0 1110 11101110 1000001 111100

Color Harmonies of #565ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565ADB

Black with #565ADB

Text Example


Text Example

White with #565ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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