#5354D8

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

Shades of Slate Blue #5354D8

Tints of Slate Blue #5354D8

Color information

#5354D8 (or 0x5354D8) is unknown color: approx Slate Blue. HEX triplet: 53, 54 and D8. RGB value is (83,84,216). Sum of RGB (Red+Green+Blue) = 83+84+216=383 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.67% from 383); Green value is 84 (33.20% from 255 or 21.93% from 383); Blue value is 216 (84.77% from 255 or 56.40% from 383); Max value from RGB is 216 - color contains mainly: blue. Hex color #5354D8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5354D8 is #ACAB27. Grayscale: #626262. Windows color (decimal): -11316008 or 14177363. OLE color: 14177363.

HSL color Cylindrical-coordinate representation of color #5354D8: hue angle of 239.55º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5354D8 is Cyan = 0.62, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB8384216-
CMYK0.620.6100.15
HSL239.55º63.03%58.63%-
HSV(B)239.55º61.57%84.71%-
XYZ19.1313.1466.49-
YUV98.75194.17116.77-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.67%
GREEN value IS 84 (33.20% from 255) = 21.93%
BLUE value IS 216 (84.77% from 255) = 56.40%
R=21.67%
G=21.93%
B=56.40%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal83842160.620.6100.15239.5563.0358.63
Hex5354D83E3D0Ff03f3b
Octal12312433076750173607773
Binary10100111010100110110001111101111010111111110000111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5354D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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