Html Css Color HEX #5540DC Slate Blue

📋 copy color: '#5540DC'

red 85 ◦ green 64 ◦ blue 220

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

Shades of Slate Blue #5540DC

Tints of Slate Blue #5540DC

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.34%

 BLUE value IS 220 (86.33% from 255) = 59.62%

R = 23.04%
G = 17.34%
B = 59.62%

CMYK

 C value IS 0.61

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5540DC (or 0x5540DC) is known color: Slate Blue. HEX triplet: 55, 40 and DC. RGB value is (85,64,220). Sum of RGB (Red+Green+Blue) = 85+64+220=369 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.04% from 369); Green value is 64 (25.39% from 255 or 17.34% from 369); Blue value is 220 (86.33% from 255 or 59.62% from 369); Max value from RGB is 220 - color contains mainly: blue. Hex color #5540DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5540DC is #AABF23. Grayscale: #575757. Windows color (decimal): -11190052 or 14434389. OLE color: 14434389.

HSL color Cylindrical-coordinate representation of color #5540DC: hue angle of 248.08º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5540DC is Cyan = 0.61, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 85 64 220 -
CMYK 0.61 0.71 0 0.14
HSL 248.08º 0.69% 0.56% -
HSV(B) 248.08º 0.71% 0.86% -
XYZ 18.5 10.77 68.81 -
YUV 88.06 202.46 125.82 -
System Red Green Blue C M Y K H S L
Decimal 85 64 220 0.61 0.71 0 0.14 248.08 0.69 0.56
Hex 55 40 DC 3D 47 0 E F8 45 38
Octal 125 100 334 75 107 0 16 370 105 70
Binary 1010101 1000000 11011100 111101 1000111 0 1110 11111000 1000101 111000

Color Harmonies of #5540DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5540DC

Black with #5540DC

Text Example


Text Example

White with #5540DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5540DC; }

 p { color: rgb(85,64,220); }

 H1.HeaderClassName
 {
   color: #5540DC;
 }
 .AnyTagClassName
 {
   color: #5540DC;
 }
</style>

background-color css

<style>
 a { background-color: #5540DC; }

 a { background-color: rgb(85,64,220); }

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

border-color css

<style>
 span { border-color: #5540DC; }

 span { border-color: rgb(85,64,220); }

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