#5853C6

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

Shades of Slate Blue #5853C6

Tints of Slate Blue #5853C6

Color information

#5853C6 (or 0x5853C6) is unknown color: approx Slate Blue. HEX triplet: 58, 53 and C6. RGB value is (88,83,198). Sum of RGB (Red+Green+Blue) = 88+83+198=369 (48% of max value = 765). Red value is 88 (34.77% from 255 or 23.85% from 369); Green value is 83 (32.81% from 255 or 22.49% from 369); Blue value is 198 (77.73% from 255 or 53.66% from 369); Max value from RGB is 198 - color contains mainly: blue. Hex color #5853C6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5853C6 is #A7AC39. Grayscale: #616161. Windows color (decimal): -10988602 or 12997464. OLE color: 12997464.

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

Color convert

RGB8883198-
CMYK0.560.5800.22
HSL242.61º50.22%55.1%-
HSV(B)242.61º58.08%77.65%-
XYZ17.3112.3454.9-
YUV97.6184.66121.15-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.85%
GREEN value IS 83 (32.81% from 255) = 22.49%
BLUE value IS 198 (77.73% from 255) = 53.66%
R=23.85%
G=22.49%
B=53.66%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal88831980.560.5800.22242.6150.2255.1
Hex5853C6383A016f33237
Octal13012330670720263636267
Binary101100010100111100011011100011101001011011110011110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5853C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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