Html Css Color HEX #5441CC Slate Blue

📋 copy color: '#5441CC'

red 84 ◦ green 65 ◦ blue 204

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

Shades of Slate Blue #5441CC

Tints of Slate Blue #5441CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 57.79%

R = 23.8%
G = 18.41%
B = 57.79%

CMYK

 C value IS 0.59

 M value IS 0.68

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5441CC (or 0x5441CC) is known color: Slate Blue. HEX triplet: 54, 41 and CC. RGB value is (84,65,204). Sum of RGB (Red+Green+Blue) = 84+65+204=353 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.80% from 353); Green value is 65 (25.78% from 255 or 18.41% from 353); Blue value is 204 (80.08% from 255 or 57.79% from 353); Max value from RGB is 204 - color contains mainly: blue. Hex color #5441CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5441CC is #ABBE33. Grayscale: #555555. Windows color (decimal): -11255348 or 13386068. OLE color: 13386068.

HSL color Cylindrical-coordinate representation of color #5441CC: hue angle of 248.2º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5441CC is Cyan = 0.59, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 84 65 204 -
CMYK 0.59 0.68 0 0.2
HSL 248.2º 0.58% 0.53% -
HSV(B) 248.2º 0.68% 0.8% -
XYZ 16.45 10.03 58.2 -
YUV 86.53 194.29 126.2 -
System Red Green Blue C M Y K H S L
Decimal 84 65 204 0.59 0.68 0 0.2 248.2 0.58 0.53
Hex 54 41 CC 3B 44 0 14 F8 3A 35
Octal 124 101 314 73 104 0 24 370 72 65
Binary 1010100 1000001 11001100 111011 1000100 0 10100 11111000 111010 110101

Color Harmonies of #5441CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5441CC

Black with #5441CC

Text Example


Text Example

White with #5441CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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