#584DCD

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

Shades of Slate Blue #584DCD

Tints of Slate Blue #584DCD

Color information

#584DCD (or 0x584DCD) is unknown color: approx Slate Blue. HEX triplet: 58, 4D and CD. RGB value is (88,77,205). Sum of RGB (Red+Green+Blue) = 88+77+205=370 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.78% from 370); Green value is 77 (30.47% from 255 or 20.81% from 370); Blue value is 205 (80.47% from 255 or 55.41% from 370); Max value from RGB is 205 - color contains mainly: blue. Hex color #584DCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #584DCD is #A7B232. Grayscale: #5E5E5E. Windows color (decimal): -10990131 or 13454680. OLE color: 13454680.

HSL color Cylindrical-coordinate representation of color #584DCD: hue angle of 245.16º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #584DCD is Cyan = 0.57, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB8877205-
CMYK0.570.6200.20
HSL245.16º56.14%55.29%-
HSV(B)245.16º62.44%80.39%-
XYZ17.711.7959.1-
YUV94.88190.14123.09-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.78%
GREEN value IS 77 (30.47% from 255) = 20.81%
BLUE value IS 205 (80.47% from 255) = 55.41%
R=23.78%
G=20.81%
B=55.41%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal88772050.570.6200.20245.1656.1455.29
Hex584DCD393E014f53837
Octal13011531571760243657067
Binary101100010011011100110111100111111001010011110101111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584DCD; }

 p { color: rgb(88,77,205); }

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

<style>
 a { background-color: #584DCD; }

 a { background-color: rgb(88,77,205); }

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

<style>
 span { border-color: #584DCD; }

 span { border-color: rgb(88,77,205); }

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