#584BC6

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

Shades of Slate Blue #584BC6

Tints of Slate Blue #584BC6

Color information

#584BC6 (or 0x584BC6) is unknown color: approx Slate Blue. HEX triplet: 58, 4B and C6. RGB value is (88,75,198). Sum of RGB (Red+Green+Blue) = 88+75+198=361 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.38% from 361); Green value is 75 (29.69% from 255 or 20.78% from 361); Blue value is 198 (77.73% from 255 or 54.85% from 361); Max value from RGB is 198 - color contains mainly: blue. Hex color #584BC6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #584BC6 is #A7B439. Grayscale: #5C5C5C. Windows color (decimal): -10990650 or 12995416. OLE color: 12995416.

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

Color convert

RGB8875198-
CMYK0.560.6200.22
HSL246.34º51.9%53.53%-
HSV(B)246.34º62.12%77.65%-
XYZ16.7311.1854.7-
YUV92.91187.31124.5-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.38%
GREEN value IS 75 (29.69% from 255) = 20.78%
BLUE value IS 198 (77.73% from 255) = 54.85%
R=24.38%
G=20.78%
B=54.85%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal88751980.560.6200.22246.3451.953.53
Hex584BC6383E016f63436
Octal13011330670760263666466
Binary101100010010111100011011100011111001011011110110110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584BC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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