Html Css Color HEX #5451DD Slate Blue

📋 copy color: '#5451DD'

red 84 ◦ green 81 ◦ blue 221

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

Shades of Slate Blue #5451DD

Tints of Slate Blue #5451DD

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20.98%

 BLUE value IS 221 (86.72% from 255) = 57.25%

R = 21.76%
G = 20.98%
B = 57.25%

CMYK

 C value IS 0.62

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5451DD (or 0x5451DD) is known color: Slate Blue. HEX triplet: 54, 51 and DD. RGB value is (84,81,221). Sum of RGB (Red+Green+Blue) = 84+81+221=386 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.76% from 386); Green value is 81 (32.03% from 255 or 20.98% from 386); Blue value is 221 (86.72% from 255 or 57.25% from 386); Max value from RGB is 221 - color contains mainly: blue. Hex color #5451DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5451DD is #ABAE22. Grayscale: #616161. Windows color (decimal): -11251235 or 14504276. OLE color: 14504276.

HSL color Cylindrical-coordinate representation of color #5451DD: hue angle of 241.29º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5451DD is Cyan = 0.62, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 84 81 221 -
CMYK 0.62 0.63 0 0.13
HSL 241.29º 0.67% 0.59% -
HSV(B) 241.29º 0.63% 0.87% -
XYZ 19.65 12.99 69.88 -
YUV 97.86 197.49 118.12 -
System Red Green Blue C M Y K H S L
Decimal 84 81 221 0.62 0.63 0 0.13 241.29 0.67 0.59
Hex 54 51 DD 3E 3F 0 D F1 43 3B
Octal 124 121 335 76 77 0 15 361 103 73
Binary 1010100 1010001 11011101 111110 111111 0 1101 11110001 1000011 111011

Color Harmonies of #5451DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5451DD

Black with #5451DD

Text Example


Text Example

White with #5451DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5451DD; }

 p { color: rgb(84,81,221); }

 H1.HeaderClassName
 {
   color: #5451DD;
 }
 .AnyTagClassName
 {
   color: #5451DD;
 }
</style>

background-color css

<style>
 a { background-color: #5451DD; }

 a { background-color: rgb(84,81,221); }

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

border-color css

<style>
 span { border-color: #5451DD; }

 span { border-color: rgb(84,81,221); }

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