#5651CF

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

Shades of Slate Blue #5651CF

Tints of Slate Blue #5651CF

Color information

#5651CF (or 0x5651CF) is unknown color: approx Slate Blue. HEX triplet: 56, 51 and CF. RGB value is (86,81,207). Sum of RGB (Red+Green+Blue) = 86+81+207=374 (49% of max value = 765). Red value is 86 (33.98% from 255 or 22.99% from 374); Green value is 81 (32.03% from 255 or 21.66% from 374); Blue value is 207 (81.25% from 255 or 55.35% from 374); Max value from RGB is 207 - color contains mainly: blue. Hex color #5651CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5651CF is #A9AE30. Grayscale: #606060. Windows color (decimal): -11120177 or 13586774. OLE color: 13586774.

HSL color Cylindrical-coordinate representation of color #5651CF: hue angle of 242.38º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5651CF is Cyan = 0.58, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB8681207-
CMYK0.580.6100.19
HSL242.38º56.76%56.47%-
HSV(B)242.38º60.87%81.18%-
XYZ18.0412.3760.47-
YUV96.86190.16120.25-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.99%
GREEN value IS 81 (32.03% from 255) = 21.66%
BLUE value IS 207 (81.25% from 255) = 55.35%
R=22.99%
G=21.66%
B=55.35%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal86812070.580.6100.19242.3856.7656.47
Hex5651CF3A3D013f23938
Octal12612131772750233627170
Binary101011010100011100111111101011110101001111110010111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5651CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5651CF; }

 p { color: rgb(86,81,207); }

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

<style>
 a { background-color: #5651CF; }

 a { background-color: rgb(86,81,207); }

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

<style>
 span { border-color: #5651CF; }

 span { border-color: rgb(86,81,207); }

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