Html Css Color HEX #565BD5 Slate Blue

📋 copy color: '#565BD5'

red 86 ◦ green 91 ◦ blue 213

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

Shades of Slate Blue #565BD5

Tints of Slate Blue #565BD5

RGB

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

 GREEN value IS 91 (35.94% from 255) = 23.33%

 BLUE value IS 213 (83.59% from 255) = 54.62%

R = 22.05%
G = 23.33%
B = 54.62%

CMYK

 C value IS 0.60

 M value IS 0.57

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#565BD5 (or 0x565BD5) is known color: Slate Blue. HEX triplet: 56, 5B and D5. RGB value is (86,91,213). Sum of RGB (Red+Green+Blue) = 86+91+213=390 (51% of max value = 765). Red value is 86 (33.98% from 255 or 22.05% from 390); Green value is 91 (35.94% from 255 or 23.33% from 390); Blue value is 213 (83.59% from 255 or 54.62% from 390); Max value from RGB is 213 - color contains mainly: blue. Hex color #565BD5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #565BD5 is #A9A42A. Grayscale: #666666. Windows color (decimal): -11117611 or 13982550. OLE color: 13982550.

HSL color Cylindrical-coordinate representation of color #565BD5: hue angle of 237.64º degrees, saturation: 0.6, 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 #565BD5 is Cyan = 0.60, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 86 91 213 -
CMYK 0.60 0.57 0 0.16
HSL 237.64º 0.6% 0.59% -
HSV(B) 237.64º 0.6% 0.84% -
XYZ 19.59 14.26 64.67 -
YUV 103.41 189.84 115.58 -
System Red Green Blue C M Y K H S L
Decimal 86 91 213 0.60 0.57 0 0.16 237.64 0.6 0.59
Hex 56 5B D5 3C 39 0 10 EE 3C 3B
Octal 126 133 325 74 71 0 20 356 74 73
Binary 1010110 1011011 11010101 111100 111001 0 10000 11101110 111100 111011

Color Harmonies of #565BD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565BD5

Black with #565BD5

Text Example


Text Example

White with #565BD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,91,213); }

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

background-color css

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

 a { background-color: rgb(86,91,213); }

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

border-color css

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

 span { border-color: rgb(86,91,213); }

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