Html Css Color HEX #565ED4 Slate Blue

📋 copy color: '#565ED4'

red 86 ◦ green 94 ◦ blue 212

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

Shades of Slate Blue #565ED4

Tints of Slate Blue #565ED4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 54.08%

R = 21.94%
G = 23.98%
B = 54.08%

CMYK

 C value IS 0.59

 M value IS 0.56

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#565ED4 (or 0x565ED4) is known color: Slate Blue. HEX triplet: 56, 5E and D4. RGB value is (86,94,212). Sum of RGB (Red+Green+Blue) = 86+94+212=392 (51% of max value = 765). Red value is 86 (33.98% from 255 or 21.94% from 392); Green value is 94 (37.11% from 255 or 23.98% from 392); Blue value is 212 (83.20% from 255 or 54.08% from 392); Max value from RGB is 212 - color contains mainly: blue. Hex color #565ED4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #565ED4 is #A9A12B. Grayscale: #686868. Windows color (decimal): -11116844 or 13917782. OLE color: 13917782.

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

Color convert

RGB 86 94 212 -
CMYK 0.59 0.56 0 0.17
HSL 236.19º 0.59% 0.58% -
HSV(B) 236.19º 0.59% 0.83% -
XYZ 19.72 14.74 64.09 -
YUV 105.06 188.35 114.41 -
System Red Green Blue C M Y K H S L
Decimal 86 94 212 0.59 0.56 0 0.17 236.19 0.59 0.58
Hex 56 5E D4 3B 38 0 11 EC 3B 3A
Octal 126 136 324 73 70 0 21 354 73 72
Binary 1010110 1011110 11010100 111011 111000 0 10001 11101100 111011 111010

Color Harmonies of #565ED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565ED4

Black with #565ED4

Text Example


Text Example

White with #565ED4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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