#5647CC

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

Shades of Slate Blue #5647CC

Tints of Slate Blue #5647CC

Color information

#5647CC (or 0x5647CC) is unknown color: approx Slate Blue. HEX triplet: 56, 47 and CC. RGB value is (86,71,204). Sum of RGB (Red+Green+Blue) = 86+71+204=361 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.82% from 361); Green value is 71 (28.12% from 255 or 19.67% from 361); Blue value is 204 (80.08% from 255 or 56.51% from 361); Max value from RGB is 204 - color contains mainly: blue. Hex color #5647CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5647CC is #A9B833. Grayscale: #5A5A5A. Windows color (decimal): -11122740 or 13387606. OLE color: 13387606.

HSL color Cylindrical-coordinate representation of color #5647CC: hue angle of 246.77º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5647CC is Cyan = 0.58, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB8671204-
CMYK0.580.6500.2
HSL246.77º56.6%53.92%-
HSV(B)246.77º65.2%80%-
XYZ16.9910.8458.32-
YUV90.65191.97124.69-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.82%
GREEN value IS 71 (28.12% from 255) = 19.67%
BLUE value IS 204 (80.08% from 255) = 56.51%
R=23.82%
G=19.67%
B=56.51%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal86712040.580.6500.2246.7756.653.92
Hex5647CC3A41014f73936
Octal126107314721010243677166
Binary1010110100011111001100111010100000101010011110111111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5647CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5647CC; }

 p { color: rgb(86,71,204); }

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

<style>
 a { background-color: #5647CC; }

 a { background-color: rgb(86,71,204); }

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

<style>
 span { border-color: #5647CC; }

 span { border-color: rgb(86,71,204); }

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