Html Css Color HEX #5453DD Slate Blue

📋 copy color: '#5453DD'

red 84 ◦ green 83 ◦ blue 221

#5453DD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Slate Blue #5453DD

Tints of Slate Blue #5453DD

RGB

 RED value IS 84 (33.2% from 255) = 21.65%

 GREEN value IS 83 (32.81% from 255) = 21.39%

 BLUE value IS 221 (86.72% from 255) = 56.96%

R = 21.65%
G = 21.39%
B = 56.96%

CMYK

 C value IS 0.62

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5453DD (or 0x5453DD) is known color: Slate Blue. HEX triplet: 54, 53 and DD. RGB value is (84,83,221). Sum of RGB (Red+Green+Blue) = 84+83+221=388 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.65% from 388); Green value is 83 (32.81% from 255 or 21.39% from 388); Blue value is 221 (86.72% from 255 or 56.96% from 388); Max value from RGB is 221 - color contains mainly: blue. Hex color #5453DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5453DD is #ABAC22. Grayscale: #626262. Windows color (decimal): -11250723 or 14504788. OLE color: 14504788.

HSL color Cylindrical-coordinate representation of color #5453DD: hue angle of 240.43º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5453DD is Cyan = 0.62, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 84 83 221 -
CMYK 0.62 0.62 0 0.13
HSL 240.43º 0.67% 0.6% -
HSV(B) 240.43º 0.62% 0.87% -
XYZ 19.8 13.29 69.93 -
YUV 99.03 196.83 117.28 -
System Red Green Blue C M Y K H S L
Decimal 84 83 221 0.62 0.62 0 0.13 240.43 0.67 0.6
Hex 54 53 DD 3E 3E 0 D F0 43 3C
Octal 124 123 335 76 76 0 15 360 103 74
Binary 1010100 1010011 11011101 111110 111110 0 1101 11110000 1000011 111100

Color Harmonies of #5453DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5453DD

Black with #5453DD

Text Example


Text Example

White with #5453DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5453DD; }

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

 H1.HeaderClassName
 {
   color: #5453DD;
 }
 .AnyTagClassName
 {
   color: #5453DD;
 }
</style>

background-color css

<style>
 a { background-color: #5453DD; }

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

 div.DivClassName
 {
   background-color: #5453DD;
 }
 .BgClassName
 {
   background-color: #5453DD;
 }
</style>

border-color css

<style>
 span { border-color: #5453DD; }

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

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