Html Css Color HEX #5441CA Slate Blue

📋 copy color: '#5441CA'

red 84 ◦ green 65 ◦ blue 202

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

Shades of Slate Blue #5441CA

Tints of Slate Blue #5441CA

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.52%

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

R = 23.93%
G = 18.52%
B = 57.55%

CMYK

 C value IS 0.58

 M value IS 0.68

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5441CA (or 0x5441CA) is known color: Slate Blue. HEX triplet: 54, 41 and CA. RGB value is (84,65,202). Sum of RGB (Red+Green+Blue) = 84+65+202=351 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.93% from 351); Green value is 65 (25.78% from 255 or 18.52% from 351); Blue value is 202 (79.30% from 255 or 57.55% from 351); Max value from RGB is 202 - color contains mainly: blue. Hex color #5441CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5441CA is #ABBE35. Grayscale: #555555. Windows color (decimal): -11255350 or 13254996. OLE color: 13254996.

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

Color convert

RGB 84 65 202 -
CMYK 0.58 0.68 0 0.21
HSL 248.32º 0.56% 0.52% -
HSV(B) 248.32º 0.68% 0.79% -
XYZ 16.21 9.93 56.94 -
YUV 86.3 193.29 126.36 -
System Red Green Blue C M Y K H S L
Decimal 84 65 202 0.58 0.68 0 0.21 248.32 0.56 0.52
Hex 54 41 CA 3A 44 0 15 F8 38 34
Octal 124 101 312 72 104 0 25 370 70 64
Binary 1010100 1000001 11001010 111010 1000100 0 10101 11111000 111000 110100

Color Harmonies of #5441CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5441CA

Black with #5441CA

Text Example


Text Example

White with #5441CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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