#585CC5

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

Shades of Slate Blue #585CC5

Tints of Slate Blue #585CC5

Color information

#585CC5 (or 0x585CC5) is unknown color: approx Slate Blue. HEX triplet: 58, 5C and C5. RGB value is (88,92,197). Sum of RGB (Red+Green+Blue) = 88+92+197=377 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.34% from 377); Green value is 92 (36.33% from 255 or 24.40% from 377); Blue value is 197 (77.34% from 255 or 52.25% from 377); Max value from RGB is 197 - color contains mainly: blue. Hex color #585CC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #585CC5 is #A7A33A. Grayscale: #666666. Windows color (decimal): -10986299 or 12934232. OLE color: 12934232.

HSL color Cylindrical-coordinate representation of color #585CC5: hue angle of 237.8º 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 #585CC5 is Cyan = 0.55, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB8892197-
CMYK0.550.5300.23
HSL237.8º48.44%55.88%-
HSV(B)237.8º55.33%77.25%-
XYZ17.9313.7654.53-
YUV102.77181.17117.46-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.34%
GREEN value IS 92 (36.33% from 255) = 24.40%
BLUE value IS 197 (77.34% from 255) = 52.25%
R=23.34%
G=24.40%
B=52.25%

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
Decimal88921970.550.5300.23237.848.4455.88
Hex585CC53735017ee3038
Octal13013430567650273566070
Binary101100010111001100010111011111010101011111101110110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585CC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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