#5348CC

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

Shades of Slate Blue #5348CC

Tints of Slate Blue #5348CC

Color information

#5348CC (or 0x5348CC) is unknown color: approx Slate Blue. HEX triplet: 53, 48 and CC. RGB value is (83,72,204). Sum of RGB (Red+Green+Blue) = 83+72+204=359 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.12% from 359); Green value is 72 (28.52% from 255 or 20.06% from 359); Blue value is 204 (80.08% from 255 or 56.82% from 359); Max value from RGB is 204 - color contains mainly: blue. Hex color #5348CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5348CC is #ACB733. Grayscale: #595959. Windows color (decimal): -11319092 or 13387859. OLE color: 13387859.

HSL color Cylindrical-coordinate representation of color #5348CC: hue angle of 245º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5348CC is Cyan = 0.59, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB8372204-
CMYK0.590.6500.2
HSL245º56.41%54.12%-
HSV(B)245º64.71%80%-
XYZ16.7810.8358.33-
YUV90.34192.14122.77-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.12%
GREEN value IS 72 (28.52% from 255) = 20.06%
BLUE value IS 204 (80.08% from 255) = 56.82%
R=23.12%
G=20.06%
B=56.82%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal83722040.590.6500.224556.4154.12
Hex5348CC3B41014f53836
Octal123110314731010243657066
Binary1010011100100011001100111011100000101010011110101111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5348CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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