#585BC6

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

Shades of Slate Blue #585BC6

Tints of Slate Blue #585BC6

Color information

#585BC6 (or 0x585BC6) is unknown color: approx Slate Blue. HEX triplet: 58, 5B and C6. RGB value is (88,91,198). Sum of RGB (Red+Green+Blue) = 88+91+198=377 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.34% from 377); Green value is 91 (35.94% from 255 or 24.14% from 377); Blue value is 198 (77.73% from 255 or 52.52% from 377); Max value from RGB is 198 - color contains mainly: blue. Hex color #585BC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #585BC6 is #A7A439. Grayscale: #656565. Windows color (decimal): -10986554 or 12999512. OLE color: 12999512.

HSL color Cylindrical-coordinate representation of color #585BC6: hue angle of 238.36º 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 #585BC6 is Cyan = 0.56, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB8891198-
CMYK0.560.5400.22
HSL238.36º49.11%56.08%-
HSV(B)238.36º55.56%77.65%-
XYZ17.9613.6355.11-
YUV102.3182.01117.8-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.34%
GREEN value IS 91 (35.94% from 255) = 24.14%
BLUE value IS 198 (77.73% from 255) = 52.52%
R=23.34%
G=24.14%
B=52.52%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal88911980.560.5400.22238.3649.1156.08
Hex585BC63836016ee3138
Octal13013330670660263566170
Binary101100010110111100011011100011011001011011101110110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585BC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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