#5354DC

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

Shades of Slate Blue #5354DC

Tints of Slate Blue #5354DC

Color information

#5354DC (or 0x5354DC) is unknown color: approx Slate Blue. HEX triplet: 53, 54 and DC. RGB value is (83,84,220). Sum of RGB (Red+Green+Blue) = 83+84+220=387 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.45% from 387); Green value is 84 (33.20% from 255 or 21.71% from 387); Blue value is 220 (86.33% from 255 or 56.85% from 387); Max value from RGB is 220 - color contains mainly: blue. Hex color #5354DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5354DC is #ACAB23. Grayscale: #626262. Windows color (decimal): -11316004 or 14439507. OLE color: 14439507.

HSL color Cylindrical-coordinate representation of color #5354DC: hue angle of 239.56º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5354DC is Cyan = 0.62, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB8384220-
CMYK0.620.6200.14
HSL239.56º66.18%59.41%-
HSV(B)239.56º62.27%86.27%-
XYZ19.6613.3569.25-
YUV99.2196.17116.44-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.45%
GREEN value IS 84 (33.20% from 255) = 21.71%
BLUE value IS 220 (86.33% from 255) = 56.85%
R=21.45%
G=21.71%
B=56.85%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal83842200.620.6200.14239.5666.1859.41
Hex5354DC3E3E0Ef0423b
Octal123124334767601636010273
Binary101001110101001101110011111011111001110111100001000010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5354DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5354DC; }

 p { color: rgb(83,84,220); }

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

<style>
 a { background-color: #5354DC; }

 a { background-color: rgb(83,84,220); }

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

<style>
 span { border-color: #5354DC; }

 span { border-color: rgb(83,84,220); }

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