#5642C8

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

Shades of Slate Blue #5642C8

Tints of Slate Blue #5642C8

Color information

#5642C8 (or 0x5642C8) is unknown color: approx Slate Blue. HEX triplet: 56, 42 and C8. RGB value is (86,66,200). Sum of RGB (Red+Green+Blue) = 86+66+200=352 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.43% from 352); Green value is 66 (26.17% from 255 or 18.75% from 352); Blue value is 200 (78.52% from 255 or 56.82% from 352); Max value from RGB is 200 - color contains mainly: blue. Hex color #5642C8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5642C8 is #A9BD37. Grayscale: #565656. Windows color (decimal): -11124024 or 13124182. OLE color: 13124182.

HSL color Cylindrical-coordinate representation of color #5642C8: hue angle of 248.96º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5642C8 is Cyan = 0.57, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB8666200-
CMYK0.570.6700.22
HSL248.96º54.92%52.16%-
HSV(B)248.96º67%78.43%-
XYZ16.2110.0455.73-
YUV87.26191.63127.1-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.43%
GREEN value IS 66 (26.17% from 255) = 18.75%
BLUE value IS 200 (78.52% from 255) = 56.82%
R=24.43%
G=18.75%
B=56.82%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal86662000.570.6700.22248.9654.9252.16
Hex5642C83943016f93734
Octal126102310711030263716764
Binary1010110100001011001000111001100001101011011111001110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5642C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5642C8; }

 p { color: rgb(86,66,200); }

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

<style>
 a { background-color: #5642C8; }

 a { background-color: rgb(86,66,200); }

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

<style>
 span { border-color: #5642C8; }

 span { border-color: rgb(86,66,200); }

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