#5348CE

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

Shades of Slate Blue #5348CE

Tints of Slate Blue #5348CE

Color information

#5348CE (or 0x5348CE) is unknown color: approx Slate Blue. HEX triplet: 53, 48 and CE. RGB value is (83,72,206). Sum of RGB (Red+Green+Blue) = 83+72+206=361 (47% of max value = 765). Red value is 83 (32.81% from 255 or 22.99% from 361); Green value is 72 (28.52% from 255 or 19.94% from 361); Blue value is 206 (80.86% from 255 or 57.06% from 361); Max value from RGB is 206 - color contains mainly: blue. Hex color #5348CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5348CE is #ACB731. Grayscale: #5A5A5A. Windows color (decimal): -11319090 or 13518931. OLE color: 13518931.

HSL color Cylindrical-coordinate representation of color #5348CE: hue angle of 244.93º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5348CE is Cyan = 0.60, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB8372206-
CMYK0.600.6500.19
HSL244.93º57.76%54.51%-
HSV(B)244.93º65.05%80.78%-
XYZ17.0310.9359.6-
YUV90.56193.14122.6-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.99%
GREEN value IS 72 (28.52% from 255) = 19.94%
BLUE value IS 206 (80.86% from 255) = 57.06%
R=22.99%
G=19.94%
B=57.06%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal83722060.600.6500.19244.9357.7654.51
Hex5348CE3C41013f53a37
Octal123110316741010233657267
Binary1010011100100011001110111100100000101001111110101111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5348CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5348CE; }

 p { color: rgb(83,72,206); }

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

<style>
 a { background-color: #5348CE; }

 a { background-color: rgb(83,72,206); }

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

<style>
 span { border-color: #5348CE; }

 span { border-color: rgb(83,72,206); }

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