Html Css Color HEX #5448CA Slate Blue

📋 copy color: '#5448CA'

red 84 ◦ green 72 ◦ blue 202

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

Shades of Slate Blue #5448CA

Tints of Slate Blue #5448CA

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.11%

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

R = 23.46%
G = 20.11%
B = 56.42%

CMYK

 C value IS 0.58

 M value IS 0.64

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5448CA (or 0x5448CA) is known color: Slate Blue. HEX triplet: 54, 48 and CA. RGB value is (84,72,202). Sum of RGB (Red+Green+Blue) = 84+72+202=358 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.46% from 358); Green value is 72 (28.52% from 255 or 20.11% from 358); Blue value is 202 (79.30% from 255 or 56.42% from 358); Max value from RGB is 202 - color contains mainly: blue. Hex color #5448CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5448CA is #ABB735. Grayscale: #595959. Windows color (decimal): -11253558 or 13256788. OLE color: 13256788.

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

Color convert

RGB 84 72 202 -
CMYK 0.58 0.64 0 0.21
HSL 245.54º 0.55% 0.54% -
HSV(B) 245.54º 0.64% 0.79% -
XYZ 16.63 10.78 57.08 -
YUV 90.41 190.98 123.43 -
System Red Green Blue C M Y K H S L
Decimal 84 72 202 0.58 0.64 0 0.21 245.54 0.55 0.54
Hex 54 48 CA 3A 40 0 15 F6 37 36
Octal 124 110 312 72 100 0 25 366 67 66
Binary 1010100 1001000 11001010 111010 1000000 0 10101 11110110 110111 110110

Color Harmonies of #5448CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5448CA

Black with #5448CA

Text Example


Text Example

White with #5448CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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