Html Css Color HEX #5450DA Slate Blue

📋 copy color: '#5450DA'

red 84 ◦ green 80 ◦ blue 218

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

Shades of Slate Blue #5450DA

Tints of Slate Blue #5450DA

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.94%

 BLUE value IS 218 (85.55% from 255) = 57.07%

R = 21.99%
G = 20.94%
B = 57.07%

CMYK

 C value IS 0.61

 M value IS 0.63

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#5450DA (or 0x5450DA) is known color: Slate Blue. HEX triplet: 54, 50 and DA. RGB value is (84,80,218). Sum of RGB (Red+Green+Blue) = 84+80+218=382 (50% of max value = 765). Red value is 84 (33.20% from 255 or 21.99% from 382); Green value is 80 (31.64% from 255 or 20.94% from 382); Blue value is 218 (85.55% from 255 or 57.07% from 382); Max value from RGB is 218 - color contains mainly: blue. Hex color #5450DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5450DA is #ABAF25. Grayscale: #606060. Windows color (decimal): -11251494 or 14307412. OLE color: 14307412.

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

Color convert

RGB 84 80 218 -
CMYK 0.61 0.63 0 0.15
HSL 241.74º 0.65% 0.58% -
HSV(B) 241.74º 0.63% 0.85% -
XYZ 19.18 12.68 67.77 -
YUV 96.93 196.33 118.78 -
System Red Green Blue C M Y K H S L
Decimal 84 80 218 0.61 0.63 0 0.15 241.74 0.65 0.58
Hex 54 50 DA 3D 3F 0 F F2 41 3A
Octal 124 120 332 75 77 0 17 362 101 72
Binary 1010100 1010000 11011010 111101 111111 0 1111 11110010 1000001 111010

Color Harmonies of #5450DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5450DA

Black with #5450DA

Text Example


Text Example

White with #5450DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5450DA; }

 p { color: rgb(84,80,218); }

 H1.HeaderClassName
 {
   color: #5450DA;
 }
 .AnyTagClassName
 {
   color: #5450DA;
 }
</style>

background-color css

<style>
 a { background-color: #5450DA; }

 a { background-color: rgb(84,80,218); }

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

border-color css

<style>
 span { border-color: #5450DA; }

 span { border-color: rgb(84,80,218); }

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