#584CCA

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

Shades of Slate Blue #584CCA

Tints of Slate Blue #584CCA

Color information

#584CCA (or 0x584CCA) is unknown color: approx Slate Blue. HEX triplet: 58, 4C and CA. RGB value is (88,76,202). Sum of RGB (Red+Green+Blue) = 88+76+202=366 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.04% from 366); Green value is 76 (30.08% from 255 or 20.77% from 366); Blue value is 202 (79.30% from 255 or 55.19% from 366); Max value from RGB is 202 - color contains mainly: blue. Hex color #584CCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #584CCA is #A7B335. Grayscale: #5D5D5D. Windows color (decimal): -10990390 or 13257816. OLE color: 13257816.

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

Color convert

RGB8876202-
CMYK0.560.6200.21
HSL245.71º54.31%54.51%-
HSV(B)245.71º62.38%79.22%-
XYZ17.2711.5157.19-
YUV93.95188.98123.75-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.04%
GREEN value IS 76 (30.08% from 255) = 20.77%
BLUE value IS 202 (79.30% from 255) = 55.19%
R=24.04%
G=20.77%
B=55.19%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal88762020.560.6200.21245.7154.3154.51
Hex584CCA383E015f63637
Octal13011431270760253666667
Binary101100010011001100101011100011111001010111110110110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,76,202); }

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

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

 a { background-color: rgb(88,76,202); }

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

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

 span { border-color: rgb(88,76,202); }

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