Html Css Color HEX #565DDA Slate Blue

📋 copy color: '#565DDA'

red 86 ◦ green 93 ◦ blue 218

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

Shades of Slate Blue #565DDA

Tints of Slate Blue #565DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 54.91%

R = 21.66%
G = 23.43%
B = 54.91%

CMYK

 C value IS 0.61

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#565DDA (or 0x565DDA) is known color: Slate Blue. HEX triplet: 56, 5D and DA. RGB value is (86,93,218). Sum of RGB (Red+Green+Blue) = 86+93+218=397 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.66% from 397); Green value is 93 (36.72% from 255 or 23.43% from 397); Blue value is 218 (85.55% from 255 or 54.91% from 397); Max value from RGB is 218 - color contains mainly: blue. Hex color #565DDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #565DDA is #A9A225. Grayscale: #686868. Windows color (decimal): -11117094 or 14310742. OLE color: 14310742.

HSL color Cylindrical-coordinate representation of color #565DDA: hue angle of 236.82º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #565DDA is Cyan = 0.61, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 86 93 218 -
CMYK 0.61 0.57 0 0.15
HSL 236.82º 0.64% 0.6% -
HSV(B) 236.82º 0.61% 0.85% -
XYZ 20.41 14.87 68.12 -
YUV 105.16 191.68 114.34 -
System Red Green Blue C M Y K H S L
Decimal 86 93 218 0.61 0.57 0 0.15 236.82 0.64 0.6
Hex 56 5D DA 3D 39 0 F ED 40 3C
Octal 126 135 332 75 71 0 17 355 100 74
Binary 1010110 1011101 11011010 111101 111001 0 1111 11101101 1000000 111100

Color Harmonies of #565DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565DDA

Black with #565DDA

Text Example


Text Example

White with #565DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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