Html Css Color HEX #565DD7 Slate Blue

📋 copy color: '#565DD7'

red 86 ◦ green 93 ◦ blue 215

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

Shades of Slate Blue #565DD7

Tints of Slate Blue #565DD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 54.57%

R = 21.83%
G = 23.6%
B = 54.57%

CMYK

 C value IS 0.6

 M value IS 0.57

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#565DD7 (or 0x565DD7) is known color: Slate Blue. HEX triplet: 56, 5D and D7. RGB value is (86,93,215). Sum of RGB (Red+Green+Blue) = 86+93+215=394 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.83% from 394); Green value is 93 (36.72% from 255 or 23.60% from 394); Blue value is 215 (84.38% from 255 or 54.57% from 394); Max value from RGB is 215 - color contains mainly: blue. Hex color #565DD7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #565DD7 is #A9A228. Grayscale: #686868. Windows color (decimal): -11117097 or 14114134. OLE color: 14114134.

HSL color Cylindrical-coordinate representation of color #565DD7: hue angle of 236.74º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #565DD7 is Cyan = 0.6, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 86 93 215 -
CMYK 0.6 0.57 0 0.16
HSL 236.74º 0.62% 0.59% -
HSV(B) 236.74º 0.6% 0.84% -
XYZ 20.02 14.71 66.07 -
YUV 104.82 190.18 114.58 -
System Red Green Blue C M Y K H S L
Decimal 86 93 215 0.6 0.57 0 0.16 236.74 0.62 0.59
Hex 56 5D D7 3C 39 0 10 ED 3E 3B
Octal 126 135 327 74 71 0 20 355 76 73
Binary 1010110 1011101 11010111 111100 111001 0 10000 11101101 111110 111011

Color Harmonies of #565DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565DD7

Black with #565DD7

Text Example


Text Example

White with #565DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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