Html Css Color HEX #5453DB Slate Blue

📋 copy color: '#5453DB'

red 84 ◦ green 83 ◦ blue 219

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

Shades of Slate Blue #5453DB

Tints of Slate Blue #5453DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 56.74%

R = 21.76%
G = 21.5%
B = 56.74%

CMYK

 C value IS 0.62

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5453DB (or 0x5453DB) is known color: Slate Blue. HEX triplet: 54, 53 and DB. RGB value is (84,83,219). Sum of RGB (Red+Green+Blue) = 84+83+219=386 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.76% from 386); Green value is 83 (32.81% from 255 or 21.50% from 386); Blue value is 219 (85.94% from 255 or 56.74% from 386); Max value from RGB is 219 - color contains mainly: blue. Hex color #5453DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5453DB is #ABAC24. Grayscale: #626262. Windows color (decimal): -11250725 or 14373716. OLE color: 14373716.

HSL color Cylindrical-coordinate representation of color #5453DB: hue angle of 240.44º degrees, saturation: 0.65, 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 #5453DB is Cyan = 0.62, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 84 83 219 -
CMYK 0.62 0.62 0 0.14
HSL 240.44º 0.65% 0.59% -
HSV(B) 240.44º 0.62% 0.86% -
XYZ 19.54 13.19 68.53 -
YUV 98.8 195.83 117.44 -
System Red Green Blue C M Y K H S L
Decimal 84 83 219 0.62 0.62 0 0.14 240.44 0.65 0.59
Hex 54 53 DB 3E 3E 0 E F0 41 3B
Octal 124 123 333 76 76 0 16 360 101 73
Binary 1010100 1010011 11011011 111110 111110 0 1110 11110000 1000001 111011

Color Harmonies of #5453DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5453DB

Black with #5453DB

Text Example


Text Example

White with #5453DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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