#5658D0

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

Shades of Slate Blue #5658D0

Tints of Slate Blue #5658D0

Color information

#5658D0 (or 0x5658D0) is unknown color: approx Slate Blue. HEX triplet: 56, 58 and D0. RGB value is (86,88,208). Sum of RGB (Red+Green+Blue) = 86+88+208=382 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.51% from 382); Green value is 88 (34.77% from 255 or 23.04% from 382); Blue value is 208 (81.64% from 255 or 54.45% from 382); Max value from RGB is 208 - color contains mainly: blue. Hex color #5658D0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5658D0 is #A9A72F. Grayscale: #646464. Windows color (decimal): -11118384 or 13654102. OLE color: 13654102.

HSL color Cylindrical-coordinate representation of color #5658D0: hue angle of 239.02º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5658D0 is Cyan = 0.59, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB8688208-
CMYK0.590.5800.18
HSL239.02º56.48%57.65%-
HSV(B)239.02º58.65%81.57%-
XYZ18.7113.5161.3-
YUV101.08188.34117.24-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.51%
GREEN value IS 88 (34.77% from 255) = 23.04%
BLUE value IS 208 (81.64% from 255) = 54.45%
R=22.51%
G=23.04%
B=54.45%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal86882080.590.5800.18239.0256.4857.65
Hex5658D03B3A012ef383a
Octal12613032073720223577072
Binary101011010110001101000011101111101001001011101111111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5658D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5658D0; }

 p { color: rgb(86,88,208); }

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

<style>
 a { background-color: #5658D0; }

 a { background-color: rgb(86,88,208); }

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

<style>
 span { border-color: #5658D0; }

 span { border-color: rgb(86,88,208); }

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