#5650CA

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

Shades of Slate Blue #5650CA

Tints of Slate Blue #5650CA

Color information

#5650CA (or 0x5650CA) is unknown color: approx Slate Blue. HEX triplet: 56, 50 and CA. RGB value is (86,80,202). Sum of RGB (Red+Green+Blue) = 86+80+202=368 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.37% from 368); Green value is 80 (31.64% from 255 or 21.74% from 368); Blue value is 202 (79.30% from 255 or 54.89% from 368); Max value from RGB is 202 - color contains mainly: blue. Hex color #5650CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5650CA is #A9AF35. Grayscale: #5F5F5F. Windows color (decimal): -11120438 or 13258838. OLE color: 13258838.

HSL color Cylindrical-coordinate representation of color #5650CA: hue angle of 242.95º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5650CA is Cyan = 0.57, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB8680202-
CMYK0.570.6000.21
HSL242.95º53.51%55.29%-
HSV(B)242.95º60.4%79.22%-
XYZ17.3711.9857.27-
YUV95.7187.99121.08-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.37%
GREEN value IS 80 (31.64% from 255) = 21.74%
BLUE value IS 202 (79.30% from 255) = 54.89%
R=23.37%
G=21.74%
B=54.89%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal86802020.570.6000.21242.9553.5155.29
Hex5650CA393C015f33637
Octal12612031271740253636667
Binary101011010100001100101011100111110001010111110011110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5650CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5650CA; }

 p { color: rgb(86,80,202); }

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

<style>
 a { background-color: #5650CA; }

 a { background-color: rgb(86,80,202); }

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

<style>
 span { border-color: #5650CA; }

 span { border-color: rgb(86,80,202); }

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