#585EC6

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

Shades of Slate Blue #585EC6

Tints of Slate Blue #585EC6

Color information

#585EC6 (or 0x585EC6) is unknown color: approx Slate Blue. HEX triplet: 58, 5E and C6. RGB value is (88,94,198). Sum of RGB (Red+Green+Blue) = 88+94+198=380 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.16% from 380); Green value is 94 (37.11% from 255 or 24.74% from 380); Blue value is 198 (77.73% from 255 or 52.11% from 380); Max value from RGB is 198 - color contains mainly: blue. Hex color #585EC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #585EC6 is #A7A139. Grayscale: #676767. Windows color (decimal): -10985786 or 13000280. OLE color: 13000280.

HSL color Cylindrical-coordinate representation of color #585EC6: hue angle of 236.73º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #585EC6 is Cyan = 0.56, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB8894198-
CMYK0.560.5300.22
HSL236.73º49.11%56.08%-
HSV(B)236.73º55.56%77.65%-
XYZ18.2214.1655.2-
YUV104.06181.01116.54-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.16%
GREEN value IS 94 (37.11% from 255) = 24.74%
BLUE value IS 198 (77.73% from 255) = 52.11%
R=23.16%
G=24.74%
B=52.11%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal88941980.560.5300.22236.7349.1156.08
Hex585EC63835016ed3138
Octal13013630670650263556170
Binary101100010111101100011011100011010101011011101101110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585EC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585EC6; }

 p { color: rgb(88,94,198); }

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

<style>
 a { background-color: #585EC6; }

 a { background-color: rgb(88,94,198); }

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

<style>
 span { border-color: #585EC6; }

 span { border-color: rgb(88,94,198); }

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