#584ACA

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

Shades of Slate Blue #584ACA

Tints of Slate Blue #584ACA

Color information

#584ACA (or 0x584ACA) is unknown color: approx Slate Blue. HEX triplet: 58, 4A and CA. RGB value is (88,74,202). Sum of RGB (Red+Green+Blue) = 88+74+202=364 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.18% from 364); Green value is 74 (29.30% from 255 or 20.33% from 364); Blue value is 202 (79.30% from 255 or 55.49% from 364); Max value from RGB is 202 - color contains mainly: blue. Hex color #584ACA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #584ACA is #A7B535. Grayscale: #5C5C5C. Windows color (decimal): -10990902 or 13257304. OLE color: 13257304.

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

Color convert

RGB8874202-
CMYK0.560.6300.21
HSL246.56º54.7%54.12%-
HSV(B)246.56º63.37%79.22%-
XYZ17.1311.2457.14-
YUV92.78189.64124.59-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.18%
GREEN value IS 74 (29.30% from 255) = 20.33%
BLUE value IS 202 (79.30% from 255) = 55.49%
R=24.18%
G=20.33%
B=55.49%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal88742020.560.6300.21246.5654.754.12
Hex584ACA383F015f73736
Octal13011231270770253676766
Binary101100010010101100101011100011111101010111110111110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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