Html Css Color HEX #5450CA Slate Blue

📋 copy color: '#5450CA'

red 84 ◦ green 80 ◦ blue 202

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

Shades of Slate Blue #5450CA

Tints of Slate Blue #5450CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 55.19%

R = 22.95%
G = 21.86%
B = 55.19%

CMYK

 C value IS 0.58

 M value IS 0.60

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5450CA (or 0x5450CA) is known color: Slate Blue. HEX triplet: 54, 50 and CA. RGB value is (84,80,202). Sum of RGB (Red+Green+Blue) = 84+80+202=366 (48% of max value = 765). Red value is 84 (33.20% from 255 or 22.95% from 366); Green value is 80 (31.64% from 255 or 21.86% from 366); Blue value is 202 (79.30% from 255 or 55.19% from 366); Max value from RGB is 202 - color contains mainly: blue. Hex color #5450CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5450CA is #ABAF35. Grayscale: #5E5E5E. Windows color (decimal): -11251510 or 13258836. OLE color: 13258836.

HSL color Cylindrical-coordinate representation of color #5450CA: hue angle of 241.97º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5450CA is Cyan = 0.58, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 84 80 202 -
CMYK 0.58 0.60 0 0.21
HSL 241.97º 0.54% 0.55% -
HSV(B) 241.97º 0.6% 0.79% -
XYZ 17.19 11.89 57.27 -
YUV 95.1 188.33 120.08 -
System Red Green Blue C M Y K H S L
Decimal 84 80 202 0.58 0.60 0 0.21 241.97 0.54 0.55
Hex 54 50 CA 3A 3C 0 15 F2 36 37
Octal 124 120 312 72 74 0 25 362 66 67
Binary 1010100 1010000 11001010 111010 111100 0 10101 11110010 110110 110111

Color Harmonies of #5450CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5450CA

Black with #5450CA

Text Example


Text Example

White with #5450CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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