#5843CA

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

Shades of Slate Blue #5843CA

Tints of Slate Blue #5843CA

Color information

#5843CA (or 0x5843CA) is unknown color: approx Slate Blue. HEX triplet: 58, 43 and CA. RGB value is (88,67,202). Sum of RGB (Red+Green+Blue) = 88+67+202=357 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.65% from 357); Green value is 67 (26.56% from 255 or 18.77% from 357); Blue value is 202 (79.30% from 255 or 56.58% from 357); Max value from RGB is 202 - color contains mainly: blue. Hex color #5843CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5843CA is #A7BC35. Grayscale: #585858. Windows color (decimal): -10992694 or 13255512. OLE color: 13255512.

HSL color Cylindrical-coordinate representation of color #5843CA: hue angle of 249.33º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5843CA is Cyan = 0.56, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB8867202-
CMYK0.560.6700.21
HSL249.33º56.02%52.75%-
HSV(B)249.33º66.83%79.22%-
XYZ16.6910.3557-
YUV88.67191.96127.52-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.65%
GREEN value IS 67 (26.56% from 255) = 18.77%
BLUE value IS 202 (79.30% from 255) = 56.58%
R=24.65%
G=18.77%
B=56.58%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal88672020.560.6700.21249.3356.0252.75
Hex5843CA3843015f93835
Octal130103312701030253717065
Binary1011000100001111001010111000100001101010111111001111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5843CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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