#5846C6

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

Shades of Slate Blue #5846C6

Tints of Slate Blue #5846C6

Color information

#5846C6 (or 0x5846C6) is unknown color: approx Slate Blue. HEX triplet: 58, 46 and C6. RGB value is (88,70,198). Sum of RGB (Red+Green+Blue) = 88+70+198=356 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.72% from 356); Green value is 70 (27.73% from 255 or 19.66% from 356); Blue value is 198 (77.73% from 255 or 55.62% from 356); Max value from RGB is 198 - color contains mainly: blue. Hex color #5846C6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5846C6 is #A7B939. Grayscale: #595959. Windows color (decimal): -10991930 or 12994136. OLE color: 12994136.

HSL color Cylindrical-coordinate representation of color #5846C6: hue angle of 248.44º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5846C6 is Cyan = 0.56, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB8870198-
CMYK0.560.6500.22
HSL248.44º52.89%52.55%-
HSV(B)248.44º64.65%77.65%-
XYZ16.4110.5354.59-
YUV89.97188.96126.59-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.72%
GREEN value IS 70 (27.73% from 255) = 19.66%
BLUE value IS 198 (77.73% from 255) = 55.62%
R=24.72%
G=19.66%
B=55.62%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal88701980.560.6500.22248.4452.8952.55
Hex5846C63841016f83535
Octal130106306701010263706565
Binary1011000100011011000110111000100000101011011111000110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5846C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5846C6; }

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

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

<style>
 a { background-color: #5846C6; }

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

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

<style>
 span { border-color: #5846C6; }

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

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