#585DC5

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

Shades of Slate Blue #585DC5

Tints of Slate Blue #585DC5

Color information

#585DC5 (or 0x585DC5) is unknown color: approx Slate Blue. HEX triplet: 58, 5D and C5. RGB value is (88,93,197). Sum of RGB (Red+Green+Blue) = 88+93+197=378 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.28% from 378); Green value is 93 (36.72% from 255 or 24.60% from 378); Blue value is 197 (77.34% from 255 or 52.12% from 378); Max value from RGB is 197 - color contains mainly: blue. Hex color #585DC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #585DC5 is #A7A23A. Grayscale: #666666. Windows color (decimal): -10986043 or 12934488. OLE color: 12934488.

HSL color Cylindrical-coordinate representation of color #585DC5: hue angle of 237.25º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #585DC5 is Cyan = 0.55, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB8893197-
CMYK0.550.5300.23
HSL237.25º48.44%55.88%-
HSV(B)237.25º55.33%77.25%-
XYZ18.0213.9354.56-
YUV103.36180.84117.04-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.28%
GREEN value IS 93 (36.72% from 255) = 24.60%
BLUE value IS 197 (77.34% from 255) = 52.12%
R=23.28%
G=24.60%
B=52.12%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal88931970.550.5300.23237.2548.4455.88
Hex585DC53735017ed3038
Octal13013530567650273556070
Binary101100010111011100010111011111010101011111101101110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585DC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,93,197); }

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

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

 a { background-color: rgb(88,93,197); }

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

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

 span { border-color: rgb(88,93,197); }

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