#5652CF

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

Shades of Slate Blue #5652CF

Tints of Slate Blue #5652CF

Color information

#5652CF (or 0x5652CF) is unknown color: approx Slate Blue. HEX triplet: 56, 52 and CF. RGB value is (86,82,207). Sum of RGB (Red+Green+Blue) = 86+82+207=375 (49% of max value = 765). Red value is 86 (33.98% from 255 or 22.93% from 375); Green value is 82 (32.42% from 255 or 21.87% from 375); Blue value is 207 (81.25% from 255 or 55.2% from 375); Max value from RGB is 207 - color contains mainly: blue. Hex color #5652CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5652CF is #A9AD30. Grayscale: #606060. Windows color (decimal): -11119921 or 13587030. OLE color: 13587030.

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

Color convert

RGB8682207-
CMYK0.580.6000.19
HSL241.92º56.56%56.67%-
HSV(B)241.92º60.39%81.18%-
XYZ18.1212.5260.49-
YUV97.45189.83119.84-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.93%
GREEN value IS 82 (32.42% from 255) = 21.87%
BLUE value IS 207 (81.25% from 255) = 55.2%
R=22.93%
G=21.87%
B=55.2%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal86822070.580.6000.19241.9256.5656.67
Hex5652CF3A3C013f23939
Octal12612231772740233627171
Binary101011010100101100111111101011110001001111110010111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5652CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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