#565BDC

Color #565BDC Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #565BDC

Tints of Slate Blue #565BDC

Color information

#565BDC (or 0x565BDC) is unknown color: approx Slate Blue. HEX triplet: 56, 5B and DC. RGB value is (86,91,220). Sum of RGB (Red+Green+Blue) = 86+91+220=397 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.66% from 397); Green value is 91 (35.94% from 255 or 22.92% from 397); Blue value is 220 (86.33% from 255 or 55.42% from 397); Max value from RGB is 220 - color contains mainly: blue. Hex color #565BDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #565BDC is #A9A423. Grayscale: #676767. Windows color (decimal): -11117604 or 14441302. OLE color: 14441302.

HSL color Cylindrical-coordinate representation of color #565BDC: hue angle of 237.76º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #565BDC is Cyan = 0.61, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB8691220-
CMYK0.610.5900.14
HSL237.76º65.69%60%-
HSV(B)237.76º60.91%86.27%-
XYZ20.514.6369.45-
YUV104.21193.34115.01-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 21.66%
GREEN value IS 91 (35.94% from 255) = 22.92%
BLUE value IS 220 (86.33% from 255) = 55.42%
R=21.66%
G=22.92%
B=55.42%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal86912200.610.5900.14237.7665.6960
Hex565BDC3D3B0Eee423c
Octal126133334757301635610274
Binary101011010110111101110011110111101101110111011101000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #565BDC;
 }
 .AnyTagClassName
 {
   color: #565BDC;
 }
</style>
background-color css

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

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

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

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

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

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