#5843DA

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

Shades of Slate Blue #5843DA

Tints of Slate Blue #5843DA

Color information

#5843DA (or 0x5843DA) is unknown color: approx Slate Blue. HEX triplet: 58, 43 and DA. RGB value is (88,67,218). Sum of RGB (Red+Green+Blue) = 88+67+218=373 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.59% from 373); Green value is 67 (26.56% from 255 or 17.96% from 373); Blue value is 218 (85.55% from 255 or 58.45% from 373); Max value from RGB is 218 - color contains mainly: blue. Hex color #5843DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5843DA is #A7BC25. Grayscale: #595959. Windows color (decimal): -10992678 or 14304088. OLE color: 14304088.

HSL color Cylindrical-coordinate representation of color #5843DA: hue angle of 248.34º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5843DA is Cyan = 0.60, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB8867218-
CMYK0.600.6900.15
HSL248.34º67.11%55.88%-
HSV(B)248.34º69.27%85.49%-
XYZ18.6911.1567.5-
YUV90.49199.96126.22-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.59%
GREEN value IS 67 (26.56% from 255) = 17.96%
BLUE value IS 218 (85.55% from 255) = 58.45%
R=23.59%
G=17.96%
B=58.45%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal88672180.600.6900.15248.3467.1155.88
Hex5843DA3C450Ff84338
Octal1301033327410501737010370
Binary1011000100001111011010111100100010101111111110001000011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5843DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5843DA; }

 p { color: rgb(88,67,218); }

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

<style>
 a { background-color: #5843DA; }

 a { background-color: rgb(88,67,218); }

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

<style>
 span { border-color: #5843DA; }

 span { border-color: rgb(88,67,218); }

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