Html Css Color HEX #565ED8 Slate Blue

📋 copy color: '#565ED8'

red 86 ◦ green 94 ◦ blue 216

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

Shades of Slate Blue #565ED8

Tints of Slate Blue #565ED8

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.74%

 BLUE value IS 216 (84.77% from 255) = 54.55%

R = 21.72%
G = 23.74%
B = 54.55%

CMYK

 C value IS 0.60

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#565ED8 (or 0x565ED8) is known color: Slate Blue. HEX triplet: 56, 5E and D8. RGB value is (86,94,216). Sum of RGB (Red+Green+Blue) = 86+94+216=396 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.72% from 396); Green value is 94 (37.11% from 255 or 23.74% from 396); Blue value is 216 (84.77% from 255 or 54.55% from 396); Max value from RGB is 216 - color contains mainly: blue. Hex color #565ED8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #565ED8 is #A9A127. Grayscale: #696969. Windows color (decimal): -11116840 or 14179926. OLE color: 14179926.

HSL color Cylindrical-coordinate representation of color #565ED8: hue angle of 236.31º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #565ED8 is Cyan = 0.60, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 86 94 216 -
CMYK 0.60 0.56 0 0.15
HSL 236.31º 0.63% 0.59% -
HSV(B) 236.31º 0.6% 0.85% -
XYZ 20.24 14.94 66.78 -
YUV 105.52 190.35 114.08 -
System Red Green Blue C M Y K H S L
Decimal 86 94 216 0.60 0.56 0 0.15 236.31 0.63 0.59
Hex 56 5E D8 3C 38 0 F EC 3E 3B
Octal 126 136 330 74 70 0 17 354 76 73
Binary 1010110 1011110 11011000 111100 111000 0 1111 11101100 111110 111011

Color Harmonies of #565ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565ED8

Black with #565ED8

Text Example


Text Example

White with #565ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,94,216); }

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

background-color css

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

 a { background-color: rgb(86,94,216); }

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

border-color css

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

 span { border-color: rgb(86,94,216); }

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