#5654CA

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

Shades of Slate Blue #5654CA

Tints of Slate Blue #5654CA

Color information

#5654CA (or 0x5654CA) is unknown color: approx Slate Blue. HEX triplet: 56, 54 and CA. RGB value is (86,84,202). Sum of RGB (Red+Green+Blue) = 86+84+202=372 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.12% from 372); Green value is 84 (33.20% from 255 or 22.58% from 372); Blue value is 202 (79.30% from 255 or 54.30% from 372); Max value from RGB is 202 - color contains mainly: blue. Hex color #5654CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5654CA is #A9AB35. Grayscale: #616161. Windows color (decimal): -11119414 or 13259862. OLE color: 13259862.

HSL color Cylindrical-coordinate representation of color #5654CA: hue angle of 241.02º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5654CA is Cyan = 0.57, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB8684202-
CMYK0.570.5800.21
HSL241.02º52.68%56.08%-
HSV(B)241.02º58.42%79.22%-
XYZ17.6712.5857.37-
YUV98.05186.66119.41-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.12%
GREEN value IS 84 (33.20% from 255) = 22.58%
BLUE value IS 202 (79.30% from 255) = 54.30%
R=23.12%
G=22.58%
B=54.30%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal86842020.570.5800.21241.0252.6856.08
Hex5654CA393A015f13538
Octal12612431271720253616570
Binary101011010101001100101011100111101001010111110001110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5654CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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