Html Css Color HEX #565DD2 Slate Blue

📋 copy color: '#565DD2'

red 86 ◦ green 93 ◦ blue 210

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

Shades of Slate Blue #565DD2

Tints of Slate Blue #565DD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 53.98%

R = 22.11%
G = 23.91%
B = 53.98%

CMYK

 C value IS 0.59

 M value IS 0.56

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#565DD2 (or 0x565DD2) is known color: Slate Blue. HEX triplet: 56, 5D and D2. RGB value is (86,93,210). Sum of RGB (Red+Green+Blue) = 86+93+210=389 (51% of max value = 765). Red value is 86 (33.98% from 255 or 22.11% from 389); Green value is 93 (36.72% from 255 or 23.91% from 389); Blue value is 210 (82.42% from 255 or 53.98% from 389); Max value from RGB is 210 - color contains mainly: blue. Hex color #565DD2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #565DD2 is #A9A22D. Grayscale: #676767. Windows color (decimal): -11117102 or 13786454. OLE color: 13786454.

HSL color Cylindrical-coordinate representation of color #565DD2: hue angle of 236.61º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #565DD2 is Cyan = 0.59, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 86 93 210 -
CMYK 0.59 0.56 0 0.18
HSL 236.61º 0.58% 0.58% -
HSV(B) 236.61º 0.59% 0.82% -
XYZ 19.38 14.46 62.74 -
YUV 104.25 187.68 114.99 -
System Red Green Blue C M Y K H S L
Decimal 86 93 210 0.59 0.56 0 0.18 236.61 0.58 0.58
Hex 56 5D D2 3B 38 0 12 ED 3A 3A
Octal 126 135 322 73 70 0 22 355 72 72
Binary 1010110 1011101 11010010 111011 111000 0 10010 11101101 111010 111010

Color Harmonies of #565DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565DD2

Black with #565DD2

Text Example


Text Example

White with #565DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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