#584BC2

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

Shades of Slate Blue #584BC2

Tints of Slate Blue #584BC2

Color information

#584BC2 (or 0x584BC2) is unknown color: approx Slate Blue. HEX triplet: 58, 4B and C2. RGB value is (88,75,194). Sum of RGB (Red+Green+Blue) = 88+75+194=357 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.65% from 357); Green value is 75 (29.69% from 255 or 21.01% from 357); Blue value is 194 (76.17% from 255 or 54.34% from 357); Max value from RGB is 194 - color contains mainly: blue. Hex color #584BC2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #584BC2 is #A7B43D. Grayscale: #5B5B5B. Windows color (decimal): -10990654 or 12733272. OLE color: 12733272.

HSL color Cylindrical-coordinate representation of color #584BC2: hue angle of 246.55º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #584BC2 is Cyan = 0.55, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB8875194-
CMYK0.550.6100.24
HSL246.55º49.38%52.75%-
HSV(B)246.55º61.34%76.08%-
XYZ16.281152.3-
YUV92.45185.31124.82-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.65%
GREEN value IS 75 (29.69% from 255) = 21.01%
BLUE value IS 194 (76.17% from 255) = 54.34%
R=24.65%
G=21.01%
B=54.34%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal88751940.550.6100.24246.5549.3852.75
Hex584BC2373D018f73135
Octal13011330267750303676165
Binary101100010010111100001011011111110101100011110111110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584BC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,75,194); }

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

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

 a { background-color: rgb(88,75,194); }

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

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

 span { border-color: rgb(88,75,194); }

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