Html Css Color HEX #5551DF Slate Blue

📋 copy color: '#5551DF'

red 85 ◦ green 81 ◦ blue 223

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

Shades of Slate Blue #5551DF

Tints of Slate Blue #5551DF

RGB

 RED value IS 85 (33.59% from 255) = 21.85%

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

 BLUE value IS 223 (87.5% from 255) = 57.33%

R = 21.85%
G = 20.82%
B = 57.33%

CMYK

 C value IS 0.62

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5551DF (or 0x5551DF) is known color: Slate Blue. HEX triplet: 55, 51 and DF. RGB value is (85,81,223). Sum of RGB (Red+Green+Blue) = 85+81+223=389 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.85% from 389); Green value is 81 (32.03% from 255 or 20.82% from 389); Blue value is 223 (87.5% from 255 or 57.33% from 389); Max value from RGB is 223 - color contains mainly: blue. Hex color #5551DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5551DF is #AAAE20. Grayscale: #616161. Windows color (decimal): -11185697 or 14635349. OLE color: 14635349.

HSL color Cylindrical-coordinate representation of color #5551DF: hue angle of 241.69º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5551DF is Cyan = 0.62, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 85 81 223 -
CMYK 0.62 0.64 0 0.13
HSL 241.69º 0.69% 0.6% -
HSV(B) 241.69º 0.64% 0.87% -
XYZ 20.01 13.14 71.29 -
YUV 98.38 198.33 118.45 -
System Red Green Blue C M Y K H S L
Decimal 85 81 223 0.62 0.64 0 0.13 241.69 0.69 0.6
Hex 55 51 DF 3E 40 0 D F2 45 3C
Octal 125 121 337 76 100 0 15 362 105 74
Binary 1010101 1010001 11011111 111110 1000000 0 1101 11110010 1000101 111100

Color Harmonies of #5551DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5551DF

Black with #5551DF

Text Example


Text Example

White with #5551DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5551DF; }

 p { color: rgb(85,81,223); }

 H1.HeaderClassName
 {
   color: #5551DF;
 }
 .AnyTagClassName
 {
   color: #5551DF;
 }
</style>

background-color css

<style>
 a { background-color: #5551DF; }

 a { background-color: rgb(85,81,223); }

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

border-color css

<style>
 span { border-color: #5551DF; }

 span { border-color: rgb(85,81,223); }

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