Html Css Color HEX #5453D7 Slate Blue

📋 copy color: '#5453D7'

red 84 ◦ green 83 ◦ blue 215

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

Shades of Slate Blue #5453D7

Tints of Slate Blue #5453D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 56.28%

R = 21.99%
G = 21.73%
B = 56.28%

CMYK

 C value IS 0.61

 M value IS 0.61

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#5453D7 (or 0x5453D7) is known color: Slate Blue. HEX triplet: 54, 53 and D7. RGB value is (84,83,215). Sum of RGB (Red+Green+Blue) = 84+83+215=382 (50% of max value = 765). Red value is 84 (33.20% from 255 or 21.99% from 382); Green value is 83 (32.81% from 255 or 21.73% from 382); Blue value is 215 (84.38% from 255 or 56.28% from 382); Max value from RGB is 215 - color contains mainly: blue. Hex color #5453D7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5453D7 is #ABAC28. Grayscale: #616161. Windows color (decimal): -11250729 or 14111572. OLE color: 14111572.

HSL color Cylindrical-coordinate representation of color #5453D7: hue angle of 240.45º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5453D7 is Cyan = 0.61, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 84 83 215 -
CMYK 0.61 0.61 0 0.16
HSL 240.45º 0.62% 0.58% -
HSV(B) 240.45º 0.61% 0.84% -
XYZ 19.02 12.98 65.79 -
YUV 98.35 193.83 117.77 -
System Red Green Blue C M Y K H S L
Decimal 84 83 215 0.61 0.61 0 0.16 240.45 0.62 0.58
Hex 54 53 D7 3D 3D 0 10 F0 3E 3A
Octal 124 123 327 75 75 0 20 360 76 72
Binary 1010100 1010011 11010111 111101 111101 0 10000 11110000 111110 111010

Color Harmonies of #5453D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5453D7

Black with #5453D7

Text Example


Text Example

White with #5453D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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